We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e2306 commit 3c8d437Copy full SHA for 3c8d437
build.sbt
@@ -39,7 +39,7 @@ lazy val `rabbitmq-topology-backup` = (project in file("."))
39
"org.tpolecat" %% "natchez-http4s" % "0.3.2",
40
"org.typelevel" %% "log4cats-slf4j" % log4CatsVersion,
41
"com.dwolla" %% "fs2-aws-java-sdk2" % "3.0.0-RC1",
42
- "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.17.2" % Runtime,
+ "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.25.3" % Runtime,
43
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.5.1" % Runtime,
44
"software.amazon.awssdk" % "kms" % "2.17.255" % Runtime,
45
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,
0 commit comments