From 100b4a1550f45c81cb188f7c185d5ec297467fb6 Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Thu, 24 Oct 2024 12:04:19 +0200 Subject: [PATCH] Update commons-codec version in sync with gcp libraries --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index aaf0dabbd2..9616cb2d8c 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ val autoServiceVersion = "1.0.1" val autoValueVersion = "1.9" val bigdataossVersion = "2.2.16" val bigtableClientVersion = "1.28.0" -val commonsCodecVersion = "1.17.0" +val commonsCodecVersion = "1.17.1" // libraries-bom version val commonsCompressVersion = "1.26.2" val commonsIoVersion = "2.16.1" val commonsLang3Version = "3.14.0"