Skip to content

Commit 55869c7

Browse files
dependabot[bot]Pfeil
authored andcommitted
build(deps): bump commons-io:commons-io from 2.13.0 to 2.14.0
Bumps commons-io:commons-io from 2.13.0 to 2.14.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9bd7556 commit 55869c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
// http client
4242
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
4343
// common file system operations
44-
implementation group: 'commons-io', name: 'commons-io', version: '2.13.0'
44+
implementation group: 'commons-io', name: 'commons-io', version: '2.14.0'
4545
// read from and write to zip files
4646
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.11.5'
4747
// compare json documents in tests

0 commit comments

Comments
 (0)