Skip to content

Commit 50f61b5

Browse files
fix(deps): update dependency net.lingala.zip4j:zip4j to v2.11.6
1 parent 9db07d9 commit 50f61b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
// common file system operations
5757
implementation group: 'commons-io', name: 'commons-io', version: '2.21.0'
5858
// read from and write to zip files
59-
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.5'
59+
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.6'
6060
// compare json documents in tests
6161
implementation 'com.github.fslev:json-compare:7.2'
6262
// url validator

0 commit comments

Comments
 (0)