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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-management.git


The following commit(s) were added to refs/heads/main by this push:
     new db9be77f upgrade logback and log4j (#143)
db9be77f is described below

commit db9be77f29f6ac33805cc229b52fd7bd6aa75300
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Dec 4 09:00:07 2023 +0100

    upgrade logback and log4j (#143)
---
 integration-test/kubernetes-api-java/pom.xml | 2 +-
 project/Dependencies.scala                   | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/integration-test/kubernetes-api-java/pom.xml 
b/integration-test/kubernetes-api-java/pom.xml
index b17b5a0f..82b1761f 100644
--- a/integration-test/kubernetes-api-java/pom.xml
+++ b/integration-test/kubernetes-api-java/pom.xml
@@ -43,7 +43,7 @@
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
-      <version>1.2.12</version>
+      <version>1.2.13</version>
     </dependency>
     <dependency>
       <groupId>org.apache.pekko</groupId>
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index c3dadcb5..7da1f6cc 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -26,9 +26,9 @@ object Dependencies {
   val jacksonVersion = "2.14.3"
 
   val log4j2Version = "2.17.2"
-  val log4j2Slf4j2Version = "2.21.1"
-  val logbackVersion = "1.2.11"
-  val logbackSlf4j2Version = "1.3.13"
+  val log4j2Slf4j2Version = "2.22.0"
+  val logbackVersion = "1.2.13"
+  val logbackSlf4j2Version = "1.3.14"
   val slf4j2Version = "2.0.9"
 
   // often called-in transitively with insecure versions of databind / core
@@ -113,7 +113,7 @@ object Dependencies {
   val managementLoglevelsLogbackSlf4j2Overrides = if (Common.testWithSlf4J2) {
     Seq(
       "org.slf4j" % "slf4j-api" % "2.0.9",
-      "ch.qos.logback" % "logback-classic" % "1.3.13" % Test)
+      "ch.qos.logback" % "logback-classic" % "1.3.14" % Test)
   } else {
     Seq.empty
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to