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/incubator-pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new c94ad8a80 Update log4j-to-slf4j to 2.23.0 (#493)
c94ad8a80 is described below
commit c94ad8a807460765cb023f41a4b9c0b4e601d79a
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 18 08:47:33 2024 +0100
Update log4j-to-slf4j to 2.23.0 (#493)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 7b0364549..df17d9faf 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -192,7 +192,7 @@ object Dependencies {
Seq(
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" %
JacksonDatabindVersion,
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" %
JacksonDatabindVersion,
- "org.apache.logging.log4j" % "log4j-to-slf4j" % "2.22.1" % Test,
+ "org.apache.logging.log4j" % "log4j-to-slf4j" % "2.23.0" % Test,
"ch.qos.logback" % "logback-classic" % LogbackForSlf4j2Version % Test)
++ JacksonDatabindDependencies ++
(if (isScala3.value)
Seq.empty // Equivalent and relevant shapeless functionality has been
mainlined into Scala 3 language/stdlib
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]