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-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 880c093d7 Update log4j-to-slf4j to 2.25.2 (#1220)
880c093d7 is described below

commit 880c093d728fcd82879f7aa687c27eb149622023
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 28 08:13:48 2025 +0100

    Update log4j-to-slf4j to 2.25.2 (#1220)
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
 project/Dependencies.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index e324a7506..f10195717 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -68,7 +68,7 @@ object Dependencies {
 
   val GoogleAuthVersion = "1.39.1"
   val JwtScalaVersion = "11.0.3"
-  val Log4jVersion = "2.25.1"
+  val Log4jVersion = "2.25.2"
 
   // Releases https://github.com/FasterXML/jackson-databind/releases
   // CVE issues 
https://github.com/FasterXML/jackson-databind/issues?utf8=%E2%9C%93&q=+label%3ACVE
@@ -228,7 +228,7 @@ object Dependencies {
       Seq(
         "com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % 
JacksonVersion,
         "com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % 
JacksonVersion,
-        "org.apache.logging.log4j" % "log4j-to-slf4j" % "2.25.1" % Test,
+        "org.apache.logging.log4j" % "log4j-to-slf4j" % "2.25.2" % Test,
         "org.slf4j" % "slf4j-api" % Slf4jVersion % Test,
         "ch.qos.logback" % "logback-classic" % LogbackVersion % Test) ++ 
JacksonDatabindDependencies ++
       (if (isScala3.value)


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

Reply via email to