Skip to content

Commit b2f7221

Browse files
Update commons-codec to 1.16.0 (ReactiveMongo#1230)
Co-authored-by: Cédric Chantepie <[email protected]>
1 parent 4fb3ca7 commit b2f7221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ object Dependencies {
5454
"com.lmax" % "disruptor" % "3.4.4" % Test
5555
)
5656

57-
val commonsCodec = "commons-codec" % "commons-codec" % "1.15"
57+
val commonsCodec = "commons-codec" % "commons-codec" % "1.16.0"
5858
}

0 commit comments

Comments
 (0)