Skip to content

Commit f204c9f

Browse files
Bump commons-io:commons-io from 2.19.0 to 2.20.0 in /e2e-tests (#1289)
Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.19.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.19.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ec9117 commit f204c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation 'org.mongodb:mongo-java-driver:3.12.14'
1919
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1'
2020
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2'
21-
testImplementation 'commons-io:commons-io:2.19.0'
21+
testImplementation 'commons-io:commons-io:2.20.0'
2222
testImplementation 'org.awaitility:awaitility:4.3.0'
2323
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
2424
testImplementation "org.assertj:assertj-core:3.27.4"

0 commit comments

Comments
 (0)