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 5e6205b12 Update log4j-to-slf4j to 2.25.0 (#1097)
5e6205b12 is described below
commit 5e6205b12c111fcd0d8ffa57032a2f1a92979244
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 22 10:04:26 2025 +0100
Update log4j-to-slf4j to 2.25.0 (#1097)
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 327653e75..0a73569e3 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -69,7 +69,7 @@ object Dependencies {
val GoogleAuthVersion = "1.37.0"
val JwtScalaVersion = "10.0.4"
- val Log4jVersion = "2.24.3"
+ val Log4jVersion = "2.25.0"
// Releases https://github.com/FasterXML/jackson-databind/releases
// CVE issues
https://github.com/FasterXML/jackson-databind/issues?utf8=%E2%9C%93&q=+label%3ACVE
@@ -250,7 +250,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.24.3" % Test,
+ "org.apache.logging.log4j" % "log4j-to-slf4j" % "2.25.0" % 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]