Skip to content

Commit 5d3f42a

Browse files
scala-stewardxuwei-k
authored andcommitted
Update commons-codec to 1.21.0
1 parent aeceba9 commit 5d3f42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lazy val jacocoPlugin = (project in file("."))
1717
"org.jacoco" % "org.jacoco.report" % jacocoVersion,
1818
"com.fasterxml.jackson.core" % "jackson-core" % "2.21.0",
1919
"org.scalaj" %% "scalaj-http" % "2.4.2" cross CrossVersion.for3Use2_13,
20-
"commons-codec" % "commons-codec" % "1.20.0",
20+
"commons-codec" % "commons-codec" % "1.21.0",
2121
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.5.202508271544-r",
2222
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
2323
"org.mockito" % "mockito-core" % "4.11.0" % Test

0 commit comments

Comments
 (0)