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 37f56593a Update log4j-to-slf4j to 2.25.3 (#1338)
37f56593a is described below
commit 37f56593ae428c89058819cbc3ee5cf007ee76ac
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 21 10:26:08 2025 +0100
Update log4j-to-slf4j to 2.25.3 (#1338)
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 f04c5fb27..db727e464 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -68,7 +68,7 @@ object Dependencies {
val GoogleAuthVersion = "1.41.0"
val JwtScalaVersion = "11.0.3"
- val Log4jVersion = "2.25.2"
+ val Log4jVersion = "2.25.3"
// 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.2" % Test,
+ "org.apache.logging.log4j" % "log4j-to-slf4j" % "2.25.3" % 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]