diff --git a/build.sbt b/build.sbt index ad515be3..ef1fb053 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ val pekkoStreamTestKit = ("org.apache.pekko" %% "pekko-stream-testkit" % pekkoVe val snakeYaml = "org.yaml" % "snakeyaml" % "2.0" val commonsIO = "commons-io" % "commons-io" % "2.16.1" -val commonsCodec = "commons-codec" % "commons-codec" % "1.15" +val commonsCodec = "commons-codec" % "commons-codec" % "1.18.0" val bouncyCastle = "org.bouncycastle" % "bcpkix-jdk18on" % "1.78.1"