We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70a0ea commit c51fcebCopy full SHA for c51fceb
build.sbt
@@ -50,7 +50,7 @@ lazy val `mysql-init-custom-resource` = (project in file("."))
50
"io.estatico" %% "newtype" % "0.4.4",
51
"org.typelevel" %% "log4cats-slf4j" % log4catsVersion,
52
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.5.1" % Runtime,
53
- "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.17.2" % Runtime,
+ "org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.25.3" % Runtime,
54
"com.chuusai" %% "shapeless" % "2.3.9",
55
"com.dwolla" %% "fs2-aws-java-sdk2" % "3.0.0-RC1",
56
"software.amazon.awssdk" % "secretsmanager" % awsSdkVersion,
0 commit comments