Skip to content

Commit

Permalink
Merge pull request #2557 from scalacenter/update/commons-codec-1.17.2
Browse files Browse the repository at this point in the history
build(deps): Update commons-codec from 1.17.1 to 1.17.2
  • Loading branch information
tgodzik authored Jan 7, 2025
2 parents 38c118d + 9d46350 commit 568d887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ libraryDependencies ++= List(
// context https://github.com/scalacenter/bloop/pull/2101
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.3.202401111512-r",
"org.eclipse.jgit" % "org.eclipse.jgit.ssh.jsch" % "5.13.3.202401111512-r",
"commons-codec" % "commons-codec" % "1.17.1",
"commons-codec" % "commons-codec" % "1.17.2",
"org.kohsuke" % "github-api" % "1.326",
("ch.epfl.scala" % "jarjar" % "1.7.2-patched")
.exclude("org.apache.ant", "ant")
Expand Down

0 comments on commit 568d887

Please sign in to comment.