Skip to content

Commit

Permalink
Update slf4j-simple to 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 5f78c19 commit 7b1005a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ scalacOptions ++= Seq(

libraryDependencies ++= Seq(
"com.amazonaws" % "aws-lambda-java-core" % "1.2.3",
"org.slf4j" % "slf4j-simple" % "2.0.7",
"org.slf4j" % "slf4j-simple" % "2.0.9",
"com.squareup.okhttp3" % "okhttp" % "4.11.0",
"com.amazonaws" % "aws-java-sdk-cloudwatch" % awsSdkVersion,
"com.amazonaws" % "aws-java-sdk-ec2" % awsSdkVersion,
Expand Down

0 comments on commit 7b1005a

Please sign in to comment.