gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: switching to Logback 1.4.5


From: gnunet
Subject: [libeufin] branch master updated: switching to Logback 1.4.5
Date: Wed, 01 Feb 2023 12:21:28 +0100

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 64c2d251 switching to Logback 1.4.5
64c2d251 is described below

commit 64c2d251bf0498949d2b55c35ad2d6baadd426eb
Author: MS <ms@taler.net>
AuthorDate: Wed Feb 1 12:21:24 2023 +0100

    switching to Logback 1.4.5
---
 nexus/build.gradle   | 2 +-
 sandbox/build.gradle | 2 +-
 util/build.gradle    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nexus/build.gradle b/nexus/build.gradle
index 6601e1d4..dafe94c6 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -51,7 +51,7 @@ dependencies {
     implementation project(":util")
 
     // Logging
-    implementation 'ch.qos.logback:logback-classic:1.2.5'
+    implementation 'ch.qos.logback:logback-classic:1.4.5'
 
     // XML parsing/binding and encryption
     implementation "javax.xml.bind:jaxb-api:2.3.0"
diff --git a/sandbox/build.gradle b/sandbox/build.gradle
index 9f561600..aeb2a811 100644
--- a/sandbox/build.gradle
+++ b/sandbox/build.gradle
@@ -45,7 +45,7 @@ sourceSets {
 dependencies {
     implementation 
'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1-native-mt'
     implementation "com.hubspot.jinjava:jinjava:2.5.9"
-    implementation 'ch.qos.logback:logback-classic:1.2.5'
+    implementation 'ch.qos.logback:logback-classic:1.4.5'
     implementation project(":util")
 
     // XML:
diff --git a/util/build.gradle b/util/build.gradle
index d2bb682c..a294ff31 100644
--- a/util/build.gradle
+++ b/util/build.gradle
@@ -30,7 +30,7 @@ def netty_version = '4.1.68.Final'
 
 dependencies {
     implementation 'io.ktor:ktor-server-netty:1.6.1'
-    implementation 'ch.qos.logback:logback-classic:1.2.5'
+    implementation 'ch.qos.logback:logback-classic:1.4.5'
 
     // XML Stuff
     implementation "javax.xml.bind:jaxb-api:2.3.1"

-- 
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]