gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated (eb502783 -> 32d23aef)


From: gnunet
Subject: [libeufin] branch master updated (eb502783 -> 32d23aef)
Date: Mon, 25 Mar 2024 19:35:59 +0100

This is an automated email from the git hooks/post-receive script.

antoine pushed a change to branch master
in repository libeufin.

    from eb502783 Improve default backoff config
     new 8d33e227 Update gradle to 9.7
     new 32d23aef Update 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:
 build.gradle                             |  8 ++++----
 gradle/wrapper/gradle-wrapper.properties |  2 +-
 gradlew.bat                              | 20 ++++++++++----------
 nexus/build.gradle                       |  2 +-
 4 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/build.gradle b/build.gradle
index d47f38cd..4ee77fb6 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 "1.9.22"
-    id("org.jetbrains.dokka") version "1.9.10"
+    id("org.jetbrains.kotlin.jvm") version "1.9.23"
+    id("org.jetbrains.dokka") version "1.9.20"
     id("idea")
     id("java-library")
     id("maven-publish")
@@ -19,11 +19,11 @@ if 
(!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)){
 
 allprojects {
     ext {
-        set("kotlin_version", "1.9.22")
+        set("kotlin_version", "1.9.23")
         set("ktor_version", "2.3.9")
         set("clikt_version", "4.2.2")
         set("coroutines_version", "1.8.0")
-        set("postgres_version", "42.7.1")
+        set("postgres_version", "42.7.3")
         set("junixsocket_version", "2.9.0")
     }
 
diff --git a/gradle/wrapper/gradle-wrapper.properties 
b/gradle/wrapper/gradle-wrapper.properties
index a80b22ce..b82aa23a 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.6-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
 networkTimeout=10000
 validateDistributionUrl=true
 zipStoreBase=GRADLE_USER_HOME
diff --git a/gradlew.bat b/gradlew.bat
index 6689b85b..7101f8e4 100644
--- a/gradlew.bat
+++ b/gradlew.bat
@@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
 %JAVA_EXE% -version >NUL 2>&1
 if %ERRORLEVEL% equ 0 goto execute
 
-echo.
-echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your 
PATH.
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
+echo. 1>&2
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your 
PATH. 1>&2
+echo. 1>&2
+echo Please set the JAVA_HOME variable in your environment to match the 1>&2
+echo location of your Java installation. 1>&2
 
 goto fail
 
@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
 
 if exist "%JAVA_EXE%" goto execute
 
-echo.
-echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
+echo. 1>&2
+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
+echo. 1>&2
+echo Please set the JAVA_HOME variable in your environment to match the 1>&2
+echo location of your Java installation. 1>&2
 
 goto fail
 
diff --git a/nexus/build.gradle b/nexus/build.gradle
index 56eda968..4ef88188 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -30,7 +30,7 @@ dependencies {
     implementation("io.ktor:ktor-client-apache:$ktor_version")
 
     // PDF generation
-    implementation("com.itextpdf:itext-core:8.0.2")
+    implementation("com.itextpdf:itext-core:8.0.3")
 
     // UNIX domain sockets support (used to connect to PostgreSQL)
     
implementation("com.kohlschutter.junixsocket:junixsocket-core:$junixsocket_version")

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]