From fc15e4dda9166e9ba2521152c91ebd50fd71ddd1 Mon Sep 17 00:00:00 2001 From: kaluza-libraries Date: Thu, 29 Feb 2024 12:26:43 +0000 Subject: [PATCH] Update commons-codec to 1.16.1 in master (#895) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f6760efb..7db759e0 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.14" +lazy val commonCodecVersion = "1.16.1" lazy val IntegrationTest = config("it") extend Test