Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump commons-compress from 1.18 to 1.21 #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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] <support@dependabot.com>
dependabot-preview[bot] authored Jul 13, 2021
commit d4b42ca2c601ae9fa62c977fff544d096879ff28
2 changes: 1 addition & 1 deletion filesystem/build.gradle
Original file line number Diff line number Diff line change
@@ -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")