Skip to content

Commit

Permalink
Bump commons-io:commons-io from 2.17.0 to 2.18.0 (#257)
Browse files Browse the repository at this point in the history
Bumps commons-io:commons-io from 2.17.0 to 2.18.0.

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 6108311 commit 86c6d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation("com.fasterxml.jackson.core:jackson-databind")

implementation("org.apache.commons:commons-lang3:3.17.0")
testImplementation("commons-io:commons-io:2.17.0")
testImplementation("commons-io:commons-io:2.18.0")
}

java {
Expand Down

0 comments on commit 86c6d8f

Please sign in to comment.