This is an automated email from the ASF dual-hosted git repository.
pjfanning 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 fc7b729e Update logback-classic to 1.5.33 (#804)
fc7b729e is described below
commit fc7b729e8e09259e83061796420ef3de84f5db0e
Author: Scala Steward <[email protected]>
AuthorDate: Sun May 31 02:05:09 2026 +0200
Update logback-classic to 1.5.33 (#804)
---
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 5e2e24b0..6af40347 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.32</version>
+ <version>1.5.33</version>
</dependency>
<dependency>
<groupId>org.apache.pekko</groupId>
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index d1694344..25e511cb 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -27,7 +27,7 @@ object Dependencies {
val jacksonVersion = "2.21.4"
val log4j2Version = "2.26.0"
- val logbackVersion = "1.5.32"
+ val logbackVersion = "1.5.33"
val slf4jVersion = "2.0.18"
// often called-in transitively with insecure versions of databind / core
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]