Skip to content

Commit

Permalink
Update commons-logging to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 15, 2024
1 parent d2e4c31 commit c775815
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 @@ -50,7 +50,7 @@ val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.13.

val awsJavaSdkCore = "com.amazonaws" % "aws-java-sdk-core" % "1.12.233"
val awsJavaSdkSts = "com.amazonaws" % "aws-java-sdk-sts" % "1.12.233"
val apacheCommonsLogging = "commons-logging" % "commons-logging" % "1.2"
val apacheCommonsLogging = "commons-logging" % "commons-logging" % "1.3.2"


Test / scalacOptions ++= Seq("-Yrangepos")
Expand Down

0 comments on commit c775815

Please sign in to comment.