Skip to content

Commit

Permalink
Bump commons-io from 2.10.0 to 2.11.0
Browse files Browse the repository at this point in the history
Bumps commons-io from 2.10.0 to 2.11.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 19, 2021
1 parent 02d8155 commit 24ab546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ configurations {
dependencies {
compile gradleApi()
testCompile group: 'junit', name: 'junit', version: '4.13.2'
testCompile group: 'commons-io', name: 'commons-io', version: '2.10.0'
testCompile group: 'commons-io', name: 'commons-io', version: '2.11.0'
}
import org.gradle.util.GradleVersion

Expand Down

0 comments on commit 24ab546

Please sign in to comment.