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

Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.2 #667

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
Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.2
Bumps org.apache.commons:commons-compress from 1.26.0 to 1.26.2.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 24, 2024
commit 0c00c6656882b5e07ca3280fdb8f472f14b98c5a
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
exclude group: 'net.java.dev.jna', module: 'jna' //different jna version
}
implementation 'net.java.dev.jna:jna-jpms:5.14.0'
implementation 'org.apache.commons:commons-compress:1.26.0'
implementation 'org.apache.commons:commons-compress:1.26.2'
implementation 'info.picocli:picocli:4.7.5'

testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
Expand Down
Loading