Skip to content

Commit

Permalink
Update commons-codec to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 27, 2024
1 parent 943fbca commit c2adf88
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 @@ -54,7 +54,7 @@ libraryDependencies ++= {
"com.github.pathikrit" %% "better-files" % "3.9.1",
"org.apache.jena" % "apache-jena-libs" % "4.5.0" exclude("org.slf4j", "slf4j-log4j12"),
"com.github.tototoshi" %% "scala-csv" % "1.3.10",
"commons-codec" % "commons-codec" % "1.15",
"commons-codec" % "commons-codec" % "1.17.0",
"dev.zio" %% "zio-logging" % "0.5.14",
"dev.zio" %% "zio-logging-slf4j-bridge" % "0.5.14",
"dev.zio" %% "zio-test" % zioVersion % Test,
Expand Down

0 comments on commit c2adf88

Please sign in to comment.