Skip to content

Commit

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

---
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 Nov 30, 2023
1 parent 4d73475 commit 8dad1b1
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 @@ -15,7 +15,7 @@ buildscript {

// NOTE(mccartney, 2022-07-11): Keeping these versions here works with Dependabot. Moving to gradle.properties does not.
ext.commonsCliVersion = '1.5.0'
ext.commonsIoVersion = '2.11.0'
ext.commonsIoVersion = '2.15.1'
ext.jlineVersion = '2.14.6'
ext.jodaTimeVersion = '2.12.2'
ext.junitVersion = '4.13.2'
Expand Down

0 comments on commit 8dad1b1

Please sign in to comment.