From 9b0fe2fc1a0c2cb580d347900bd48264087c2484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 09:16:57 +0000 Subject: [PATCH] Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0 Bumps org.apache.commons:commons-compress from 1.25.0 to 1.26.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c76862707b..ef1fef9d72 100644 --- a/build.gradle +++ b/build.gradle @@ -517,7 +517,7 @@ dependencies { // eventbus implementation 'com.google.guava:guava:33.0.0-jre' // compression of messages between client and server - implementation 'org.apache.commons:commons-compress:1.25.0' + implementation 'org.apache.commons:commons-compress:1.26.0' implementation 'com.github.luben:zstd-jni:1.5.5-11' // intellij forms runtime implementation 'com.jetbrains.intellij.java:java-gui-forms-rt:241.12019'