This is an automated email from the ASF dual-hosted git repository.
Philippus 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 0508a5e1 Update logback-classic to 1.5.38 (#879)
0508a5e1 is described below
commit 0508a5e155a3128789c962df5bdceb8a1b9d1828
Author: Scala Steward <[email protected]>
AuthorDate: Fri Jul 10 20:35:27 2026 +0200
Update logback-classic to 1.5.38 (#879)
---
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 2bc22613..be592ad3 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.37</version>
+ <version>1.5.38</version>
</dependency>
<dependency>
<groupId>org.apache.pekko</groupId>
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 76945ce6..443424dc 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
val jacksonVersion = "2.22.1"
val log4j2Version = "2.26.1"
- val logbackVersion = "1.5.37"
+ val logbackVersion = "1.5.38"
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]