Skip to content

Commit

Permalink
commons-io update (#888) (#889)
Browse files Browse the repository at this point in the history
Co-authored-by: Laura Trotta <[email protected]>
  • Loading branch information
github-actions[bot] and l-trotta authored Oct 4, 2024
1 parent 5c3eb2a commit d8041d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java-client-serverless/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ dependencies {
}

// Apache-2.0
testImplementation("commons-io:commons-io:2.11.0")
testImplementation("commons-io:commons-io:2.17.0")

// EPL-2.0
// https://junit.org/junit5/
Expand Down
2 changes: 1 addition & 1 deletion java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ dependencies {
}

// Apache-2.0
testImplementation("commons-io:commons-io:2.11.0")
testImplementation("commons-io:commons-io:2.17.0")

// EPL-2.0
// https://junit.org/junit5/
Expand Down

0 comments on commit d8041d2

Please sign in to comment.