Skip to content

Commit

Permalink
Bump commons-io:commons-io from 2.15.0 to 2.15.1
Browse files Browse the repository at this point in the history
Bumps commons-io:commons-io from 2.15.0 to 2.15.1.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kruton committed Dec 4, 2023
1 parent 679f384 commit 312d084
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 @@ -46,7 +46,7 @@ dependencies {
implementation("org.connectbot:jbcrypt:1.0.2")

testImplementation("junit:junit:4.13.2")
testImplementation("commons-io:commons-io:2.15.0")
testImplementation("commons-io:commons-io:2.15.1")
testImplementation("commons-codec:commons-codec:1.16.0")
testImplementation("org.testcontainers:testcontainers:1.19.3")
testImplementation("org.jetbrains:annotations:24.1.0")
Expand Down

0 comments on commit 312d084

Please sign in to comment.