Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Update commons-codec to 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 20, 2024
1 parent fe084ba commit db21f90
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 @@ -48,7 +48,7 @@ libraryDependencies ++= {
"org.apache.jena" % "apache-jena-libs" % "4.6.1",
"org.phenoscape" %% "sparql-utils" % "1.3.1",
"org.apache.commons" % "commons-text" % "1.10.0",
"commons-codec" % "commons-codec" % "1.15",
"commons-codec" % "commons-codec" % "1.16.1",
"io.circe" %% "circe-core" % circeVersion,
"io.circe" %% "circe-generic" % circeVersion,
"io.circe" %% "circe-parser" % circeVersion,
Expand Down

0 comments on commit db21f90

Please sign in to comment.