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/pekko-management.git


The following commit(s) were added to refs/heads/main by this push:
     new ed2a0385 Update logback-classic to 1.5.19 (#516)
ed2a0385 is described below

commit ed2a03858f0b3afbba337a4a27bd0d4da5254e72
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 5 01:41:51 2025 +0100

    Update logback-classic to 1.5.19 (#516)
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
 integration-test/kubernetes-api-java/pom.xml | 2 +-
 project/Dependencies.scala                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration-test/kubernetes-api-java/pom.xml 
b/integration-test/kubernetes-api-java/pom.xml
index 99b1bd14..dc4effdd 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.5.18</version>
+      <version>1.5.19</version>
     </dependency>
     <dependency>
       <groupId>org.apache.pekko</groupId>
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index e9f26abb..f7111470 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
   val jacksonVersion = "2.20.0"
 
   val log4j2Version = "2.25.2"
-  val logbackVersion = "1.5.18"
+  val logbackVersion = "1.5.19"
   val slf4jVersion = "2.0.17"
 
   // often called-in transitively with insecure versions of databind / core


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

Reply via email to