From 8da1228127f9693c5f6c22befdade08074dbb4d2 Mon Sep 17 00:00:00 2001 From: Yahav Itschak Date: Wed, 22 May 2024 17:36:54 +0300 Subject: [PATCH] Update Guava and commons-compress (#789) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 773af5669..a450cddf0 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { antVersion = '1.10.12' buildInfoExtractorVersion = '4.29.4' commonsCodecVersion = '1.15' - commonsCompressVersion = '1.24.0' + commonsCompressVersion = '1.26.0' commonsIoVersion = '2.11.0' commonsLang3Version = '3.12.0' commonsLoggingVersion = '1.2' @@ -18,7 +18,7 @@ buildscript { gradleVersionsPluginVersion = '0.42.0' groovyAllVersion = '3.0.13' - guavaVersion = '32.0.1-jre' + guavaVersion = '32.1.3-jre' httpClientVersion = '4.5.14' httpCoreVersion = '4.4.16' ivyVersion = '2.5.2'