Skip to content

Commit

Permalink
Bump zip4j from 2.11.2 to 2.11.3
Browse files Browse the repository at this point in the history
Bumps [zip4j](https://github.com/srikanth-lingala/zip4j) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/srikanth-lingala/zip4j/releases)
- [Commits](srikanth-lingala/zip4j@v2.11.2...v2.11.3)

---
updated-dependencies:
- dependency-name: net.lingala.zip4j:zip4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Pfeil committed Feb 1, 2023
1 parent 98d00b8 commit 3bfeec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
// common file system operations
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
// read from and write to zip files
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.2'
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.3'
// compare json documents in tests
implementation 'com.github.fslev:json-compare:6.7'
// url validator
Expand Down

0 comments on commit 3bfeec3

Please sign in to comment.