Skip to content

Commit

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

Bump commons-cli:commons-cli from 1.6.0 to 1.7.0
  • Loading branch information
3750 authored Apr 24, 2024
2 parents ad5af83 + 7647803 commit f326716
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.6.0'
implementation 'commons-cli:commons-cli:1.7.0'
implementation 'org.apache.commons:commons-csv:1.10.0'

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

0 comments on commit f326716

Please sign in to comment.