Skip to content

Commit d8041d2

Browse files
commons-io update (#888) (#889)
Co-authored-by: Laura Trotta <[email protected]>
1 parent 5c3eb2a commit d8041d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java-client-serverless/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ dependencies {
258258
}
259259

260260
// Apache-2.0
261-
testImplementation("commons-io:commons-io:2.11.0")
261+
testImplementation("commons-io:commons-io:2.17.0")
262262

263263
// EPL-2.0
264264
// https://junit.org/junit5/

java-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ dependencies {
239239
}
240240

241241
// Apache-2.0
242-
testImplementation("commons-io:commons-io:2.11.0")
242+
testImplementation("commons-io:commons-io:2.17.0")
243243

244244
// EPL-2.0
245245
// https://junit.org/junit5/

0 commit comments

Comments
 (0)