Skip to content

Commit

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

Bump commons-cli:commons-cli from 1.7.0 to 1.8.0
  • Loading branch information
mccartney authored Jun 6, 2024
2 parents 4145eb1 + e1fcd25 commit 7f24477
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.7.0'
ext.commonsCliVersion = '1.8.0'
ext.commonsIoVersion = '2.16.1'
ext.jlineVersion = '2.14.6'
ext.jodaTimeVersion = '2.12.7'
Expand Down

0 comments on commit 7f24477

Please sign in to comment.