Skip to content

Commit

Permalink
Merge pull request #111 from SumoLogic-Labs/dependabot/gradle/commons…
Browse files Browse the repository at this point in the history
…-io-commons-io-2.15.1

Bump commons-io:commons-io from 2.11.0 to 2.15.1
  • Loading branch information
mccartney authored May 21, 2024
2 parents 4d73475 + 8dad1b1 commit 9f24eb2
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 9f24eb2

Please sign in to comment.