Skip to content

Commit

Permalink
CORE-69: Update commons-codec from 1.17.1 to 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Jan 13, 2025
1 parent 9650e7d commit f46832f
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 @@ -187,7 +187,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.17.1"
val commonsCodec: ModuleID = "commons-codec" % "commons-codec" % "1.17.2"

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

0 comments on commit f46832f

Please sign in to comment.