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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 3b9ff13 commit 36928e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion divviup/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.0")
testImplementation("ch.qos.logback:logback-core:1.4.12")
testImplementation("ch.qos.logback:logback-classic:1.4.12")
testImplementation("commons-io:commons-io:2.15.0")
testImplementation("commons-io:commons-io:2.15.1")
testImplementation("org.mockito:mockito-core:5.7.0")
androidTestImplementation(project(":divviup:commontest"))
androidTestImplementation("androidx.test.ext:junit:1.1.5")
Expand Down

0 comments on commit 36928e2

Please sign in to comment.