Skip to content

Commit a89e9e3

Browse files
commons-io update (#888) (#890)
Co-authored-by: Laura Trotta <153528055+l-trotta@users.noreply.github.com>
1 parent 262196e commit a89e9e3

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
@@ -257,7 +257,7 @@ dependencies {
257257
}
258258

259259
// Apache-2.0
260-
testImplementation("commons-io:commons-io:2.11.0")
260+
testImplementation("commons-io:commons-io:2.17.0")
261261

262262
// EPL-2.0
263263
// 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)