Skip to content

Commit

Permalink
Merge pull request #87 from allegro/dependabot/gradle/commons-cli-com…
Browse files Browse the repository at this point in the history
…mons-cli-1.9.0

Bump commons-cli:commons-cli from 1.8.0 to 1.9.0
  • Loading branch information
3750 authored Aug 23, 2024
2 parents e4016da + 733b987 commit ed2c5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion part3.0-measuring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
implementation 'commons-cli:commons-cli:1.8.0'
implementation 'commons-cli:commons-cli:1.9.0'
implementation 'org.apache.commons:commons-csv:1.11.0'

testRuntimeOnly("org.junit.platform:junit-platform-launcher")
Expand Down

0 comments on commit ed2c5f4

Please sign in to comment.