Skip to content

Commit

Permalink
Merge pull request #191 from kit-data-manager/dependabot/gradle/commo…
Browse files Browse the repository at this point in the history
…ns-io-commons-io-2.17.0
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
2 parents 4e0fc2a + 7283c59 commit 9e31a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
// http client
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
// common file system operations
implementation group: 'commons-io', name: 'commons-io', version: '2.16.1'
implementation group: 'commons-io', name: 'commons-io', version: '2.17.0'
// read from and write to zip files
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.5'
// compare json documents in tests
Expand Down

0 comments on commit 9e31a5b

Please sign in to comment.