Skip to content

Commit 3bfeec3

Browse files
dependabot[bot]Pfeil
authored andcommitted
Bump zip4j from 2.11.2 to 2.11.3
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>
1 parent 98d00b8 commit 3bfeec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
// common file system operations
3636
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
3737
// read from and write to zip files
38-
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.2'
38+
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.3'
3939
// compare json documents in tests
4040
implementation 'com.github.fslev:json-compare:6.7'
4141
// url validator

0 commit comments

Comments
 (0)