From ad90b66af16dd9d7df1c18ebbe5691dbf5220580 Mon Sep 17 00:00:00 2001 From: kaluza-libraries <123489691+kaluza-libraries@users.noreply.github.com> Date: Mon, 29 Apr 2024 04:02:19 +0000 Subject: [PATCH] Update commons-codec to 1.17.0 in master --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f1bf7900..a5817399 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ lazy val circeVersion = "0.12.2" lazy val scodecBitsVersion = "1.1.12" -lazy val commonCodecVersion = "1.16.1" +lazy val commonCodecVersion = "1.17.0" lazy val IntegrationTest = config("it") extend Test