Skip to content

Commit

Permalink
commons-io update
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Oct 4, 2024
1 parent 5d466ad commit 807de82
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 @@ -257,7 +257,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 807de82

Please sign in to comment.