From 853a2393a4c53612ad45651a2a78ab95799a19e7 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Thu, 15 Aug 2024 00:08:20 +0200 Subject: [PATCH] Bump commons-compress in order to avoid high-score CVE Signed-off-by: David J. M. Karlsen --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 7ab2408fe05..0ef6e2da40b 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.27.0' api ('org.rnorth.duct-tape:duct-tape:1.0.8') { exclude(group: 'org.jetbrains', module: 'annotations') }