Skip to content

Commit

Permalink
Merge pull request #125 from SumoLogic-Labs/dependabot/gradle/commons…
Browse files Browse the repository at this point in the history
…-cli-commons-cli-1.9.0

Bump commons-cli:commons-cli from 1.8.0 to 1.9.0
  • Loading branch information
mccartney authored Aug 28, 2024
2 parents 64910b8 + 9f631ac commit 30d2d61
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 @@ -14,7 +14,7 @@ buildscript {
}

// NOTE(mccartney, 2022-07-11): Keeping these versions here works with Dependabot. Moving to gradle.properties does not.
ext.commonsCliVersion = '1.8.0'
ext.commonsCliVersion = '1.9.0'
ext.commonsIoVersion = '2.16.1'
ext.jlineVersion = '2.14.6'
ext.jodaTimeVersion = '2.12.7'
Expand Down

0 comments on commit 30d2d61

Please sign in to comment.