Skip to content

Commit 12f34b7

Browse files
Bump commons-io:commons-io from 2.6 to 2.15.1 in /e2e-tests (#667)
* Bump commons-io:commons-io from 2.6 to 2.15.1 in /e2e-tests Bumps commons-io:commons-io from 2.6 to 2.15.1. --- 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> * Remove unnecessary constraint --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adrian Clay <adrian@madetech.com>
1 parent 6fb9b6a commit 12f34b7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

e2e-tests/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919

2020
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4'
2121
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0'
22-
testImplementation 'commons-io:commons-io:2.6'
22+
testImplementation 'commons-io:commons-io:2.15.1'
2323
testImplementation 'org.awaitility:awaitility:4.2.0'
2424
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.1'
2525
testImplementation "org.assertj:assertj-core:3.18.1"
@@ -37,9 +37,6 @@ dependencies {
3737
implementation('io.netty:netty-handler:4.1.59.Final') {
3838
because 'to fix SNYK-JAVA-IONETTY-1042268'
3939
}
40-
implementation('commons-io:commons-io:2.7') {
41-
because 'to fix SNYK-JAVA-IONETTY-COMMONSIO-1277109'
42-
}
4340
}
4441
}
4542

0 commit comments

Comments
 (0)