We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e4d01 commit 2e31dceCopy full SHA for 2e31dce
build.gradle
@@ -52,7 +52,7 @@ dependencies {
52
// http client
53
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
54
// common file system operations
55
- implementation group: 'commons-io', name: 'commons-io', version: '2.20.0'
+ implementation group: 'commons-io', name: 'commons-io', version: '2.21.0'
56
// read from and write to zip files
57
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.5'
58
// compare json documents in tests
0 commit comments