From d4b42ca2c601ae9fa62c977fff544d096879ff28 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 05:18:57 +0000 Subject: [PATCH] build(deps): bump commons-compress from 1.18 to 1.21 Bumps commons-compress from 1.18 to 1.21. Signed-off-by: dependabot-preview[bot] --- filesystem/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem/build.gradle b/filesystem/build.gradle index 312a325f..15057643 100644 --- a/filesystem/build.gradle +++ b/filesystem/build.gradle @@ -23,7 +23,7 @@ java { dependencies { api project(":api") compileOnly "com.google.code.findbugs:jsr305:1.3.9" - implementation "org.apache.commons:commons-compress:1.18" + implementation "org.apache.commons:commons-compress:1.21" implementation "org.tukaani:xz:1.8" implementation "org.slf4j:slf4j-api:1.7.25" testImplementation project(":api:testlib")