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 9bd7556 commit 55869c7Copy full SHA for 55869c7
build.gradle
@@ -41,7 +41,7 @@ dependencies {
41
// http client
42
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
43
// common file system operations
44
- implementation group: 'commons-io', name: 'commons-io', version: '2.13.0'
+ implementation group: 'commons-io', name: 'commons-io', version: '2.14.0'
45
// read from and write to zip files
46
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.5'
47
// compare json documents in tests
0 commit comments