From b4fcb1679e08046343be1ad8638abcb79e5f89d2 Mon Sep 17 00:00:00 2001 From: Ferenc Kemeny Date: Sun, 9 Mar 2025 18:13:11 +0100 Subject: [PATCH] vulnerability fix --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 4dad6c61131..e12b4026c2a 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.1' api ('org.rnorth.duct-tape:duct-tape:1.0.8') { exclude(group: 'org.jetbrains', module: 'annotations') }