This is an automated email from the ASF dual-hosted git repository.

amichai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git

commit d6572e2104f04ba9c30bf3932cff939a1ed28a0d
Author: Amichai Rothman <amic...@apache.org>
AuthorDate: Wed Jun 5 15:06:15 2024 +0300

    ARIES-2185 Upgrade Logback to 1.5.18
---
 parent/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 49277e60..22ccd242 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -37,6 +37,7 @@
         <zookeeper.version>3.9.1_1</zookeeper.version>
         <netty.version>4.1.101.Final</netty.version>
         <slf4j.version>2.0.17</slf4j.version>
+        <logback.version>1.5.18</logback.version>
         <hawtdispatch.version>1.22</hawtdispatch.version>
         <hawtbuf.version>1.11</hawtbuf.version>
         <exam.version>4.13.5</exam.version>
@@ -67,12 +68,12 @@
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
-            <version>1.3.14</version>
+            <version>${logback.version}</version>
         </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-core</artifactId>
-            <version>1.3.14</version>
+            <version>${logback.version}</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>

Reply via email to