From 9c7f3548116db4a32c4689cd5ac1885cb8b5eb4c Mon Sep 17 00:00:00 2001 From: Gabe Tobias Date: Fri, 5 Apr 2024 11:44:10 -0700 Subject: [PATCH] bump-up commons-compress to 1.26.0 --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 13152748815..576d43582d9 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -73,7 +73,7 @@ dependencies { api 'org.slf4j:slf4j-api:1.7.36' compileOnly 'org.jetbrains:annotations:24.1.0' testCompileOnly 'org.jetbrains:annotations:24.1.0' - api 'org.apache.commons:commons-compress:1.24.0' + api 'org.apache.commons:commons-compress:1.26.0' api ('org.rnorth.duct-tape:duct-tape:1.0.8') { exclude(group: 'org.jetbrains', module: 'annotations') }