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 a3d4ae4 commit 6e1bcfbCopy full SHA for 6e1bcfb
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.14.0'
+ implementation group: 'commons-io', name: 'commons-io', version: '2.15.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