Skip to content

Commit

Permalink
Update commons-codec to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Jul 16, 2024
1 parent f2aab0a commit 6721b31
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 @@ -44,7 +44,7 @@ libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick-hikaricp" % slickV,
"com.typesafe" % "config" % "1.4.2",
"commons-io" % "commons-io" % "2.11.0",
"commons-codec" % "commons-codec" % "1.15",
"commons-codec" % "commons-codec" % "1.17.1",
"mysql" % "mysql-connector-java" % "8.0.28",
"org.liquibase" % "liquibase-core" % "4.7.1",
"org.hsqldb" % "hsqldb" % "2.6.1",
Expand Down

0 comments on commit 6721b31

Please sign in to comment.