[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated (fddd6d26 -> 71245575)
From: |
gnunet |
Subject: |
[libeufin] branch master updated (fddd6d26 -> 71245575) |
Date: |
Thu, 16 Jan 2025 11:27:52 +0100 |
This is an automated email from the git hooks/post-receive script.
antoine pushed a change to branch master
in repository libeufin.
from fddd6d26 fix submodule name, use relative path
new 1c029b8a -fix submodules
new 71245575 common: update gradle and dependencies
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitmodules | 6 +++---
build.gradle | 10 +++++-----
common/build.gradle | 8 ++++----
gradle/wrapper/gradle-wrapper.properties | 2 +-
4 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/.gitmodules b/.gitmodules
index 05020d64..b52b0050 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,11 +1,11 @@
[submodule "build-system/taler-build-scripts"]
path = build-system/taler-build-scripts
- url = ../build-common.git
+ url = https://git.taler.net/build-common.git
[submodule "contrib/wallet-core"]
path = contrib/wallet-core
- url = ../taler-typescript-core.git
+ url = https://git.taler.net/taler-typescript-core.git
branch = prebuilt
[submodule "doc/prebuilt"]
path = doc/prebuilt
- url = ../taler-docs.git
+ url = https://git.taler.net/taler-docs.git
branch = prebuilt
diff --git a/build.gradle b/build.gradle
index bf26fb17..624f99c7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,8 +1,8 @@
// This file is in the public domain.
plugins {
- id("org.jetbrains.kotlin.jvm") version "2.0.21"
- id("org.jetbrains.dokka") version "1.9.20"
+ id("org.jetbrains.kotlin.jvm") version "2.1.0"
+ id("org.jetbrains.dokka") version "2.0.0"
id("idea")
id("java-library")
id("maven-publish")
@@ -20,10 +20,10 @@ if
(!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)){
allprojects {
ext {
set("kotlin_version", "2.1.0")
- set("ktor_version", "3.0.2")
+ set("ktor_version", "3.0.3")
set("clikt_version", "5.0.2")
- set("coroutines_version", "1.9.0")
- set("postgres_version", "42.7.4")
+ set("coroutines_version", "1.10.1")
+ set("postgres_version", "42.7.5")
set("junixsocket_version", "2.10.1")
set("shadow_version", "8.3.5")
}
diff --git a/common/build.gradle b/common/build.gradle
index dcf03e50..d70de8c3 100644
--- a/common/build.gradle
+++ b/common/build.gradle
@@ -16,14 +16,14 @@ compileTestKotlin.kotlinOptions.jvmTarget = "17"
sourceSets.main.java.srcDirs = ["src/main/kotlin"]
dependencies {
- implementation("ch.qos.logback:logback-classic:1.5.12")
+ implementation("ch.qos.logback:logback-classic:1.5.16")
implementation("org.slf4j:slf4j-api:2.0.16")
// Crypto
- implementation("org.bouncycastle:bcprov-jdk18on:1.79")
- implementation("org.bouncycastle:bcpkix-jdk18on:1.79")
+ implementation("org.bouncycastle:bcprov-jdk18on:1.80")
+ implementation("org.bouncycastle:bcpkix-jdk18on:1.80")
// Database helper
implementation("org.postgresql:postgresql:$postgres_version")
- implementation("com.zaxxer:HikariCP:6.1.0")
+ implementation("com.zaxxer:HikariCP:6.2.1")
implementation("io.ktor:ktor-server-core:$ktor_version")
implementation("io.ktor:ktor-server-call-logging:$ktor_version")
diff --git a/gradle/wrapper/gradle-wrapper.properties
b/gradle/wrapper/gradle-wrapper.properties
index 94113f20..cea7a793 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated (fddd6d26 -> 71245575),
gnunet <=