Skip to content

Commit a644922

Browse files
Bump commons-io:commons-io from 2.18.0 to 2.20.0 (#775)
Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.18.0 to 2.20.0. - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-io@rel/commons-io-2.18.0...rel/commons-io-2.20.0) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cbd9e49 commit a644922

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation('com.googlecode.json-simple:json-simple:1.1.1') {
3838
exclude module: 'junit'
3939
}
40-
testImplementation('commons-io:commons-io:2.18.0')
40+
testImplementation('commons-io:commons-io:2.20.0')
4141
testImplementation("org.mockito:mockito-core:5.+")
4242
testImplementation('org.junit.jupiter:junit-jupiter-engine:5.13.4')
4343
testImplementation('org.junit.jupiter:junit-jupiter-params:5.13.4')

server/manifestmergetool/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies {
8080
implementation('org.apache.commons:commons-configuration2:2.11.0')
8181
implementation('commons-codec:commons-codec:1.19.0')
8282

83-
testImplementation('commons-io:commons-io:2.18.0')
83+
testImplementation('commons-io:commons-io:2.20.0')
8484
testImplementation('org.junit.jupiter:junit-jupiter-engine:5.13.4')
8585
}
8686

0 commit comments

Comments
 (0)