Skip to content

Commit db8cc9c

Browse files
Bump commons-io:commons-io from 2.16.1 to 2.17.0 in /e2e-tests (#898)
Bumps commons-io:commons-io from 2.16.1 to 2.17.0. --- updated-dependencies: - dependency-name: commons-io:commons-io 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 b55b7db commit db8cc9c

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.17.2'
2020
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2'
21-
testImplementation 'commons-io:commons-io:2.16.1'
21+
testImplementation 'commons-io:commons-io:2.17.0'
2222
testImplementation 'org.awaitility:awaitility:4.2.2'
2323
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
2424
testImplementation "org.assertj:assertj-core:3.26.3"

0 commit comments

Comments
 (0)