Skip to content

Commit 9499c5b

Browse files
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>
1 parent f401d2d commit 9499c5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

e2e-tests/build.gradle

Lines changed: 2 additions & 2 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.13.4'
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,7 +37,7 @@ 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') {
40+
implementation('commons-io:commons-io:2.15.1') {
4141
because 'to fix SNYK-JAVA-IONETTY-COMMONSIO-1277109'
4242
}
4343
}

0 commit comments

Comments
 (0)