Skip to content

Commit

Permalink
CORE-69: Update commons-codec from 1.15 to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Nov 7, 2024
1 parent e485ae4 commit 4ffecec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ object Dependencies {
val terraCommonLib = tclExclusions("bio.terra" % "terra-common-lib" % tclVersion classifier "plain")

// was included transitively before, now explicit
val commonsCodec: ModuleID = "commons-codec" % "commons-codec" % "1.15"
val commonsCodec: ModuleID = "commons-codec" % "commons-codec" % "1.17.1"

val rootDependencies = Seq(
// proactively pull in latest versions of Jackson libs, instead of relying on the versions
Expand Down

0 comments on commit 4ffecec

Please sign in to comment.