This is an automated email from the ASF dual-hosted git repository.
hepin 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 da8c70da Update logback-classic to 1.5.26 (#608)
da8c70da is described below
commit da8c70da2f04657a0eaca592a0b07e4f72f8b108
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jan 28 17:59:27 2026 +0100
Update logback-classic to 1.5.26 (#608)
---
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 c4414932..2cd9b90d 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.25</version>
+ <version>1.5.26</version>
</dependency>
<dependency>
<groupId>org.apache.pekko</groupId>
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index cef46dee..edc9f197 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
val jacksonVersion = "2.21.0"
val log4j2Version = "2.25.3"
- val logbackVersion = "1.5.25"
+ val logbackVersion = "1.5.26"
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]