Skip to content

Commit

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

Bump commons-cli:commons-cli from 1.7.0 to 1.8.0
  • Loading branch information
3750 authored May 28, 2024
2 parents e06b7a1 + a8a80e7 commit 26ba3e7
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.7.0'
implementation 'commons-cli:commons-cli:1.8.0'
implementation 'org.apache.commons:commons-csv:1.11.0'

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

0 comments on commit 26ba3e7

Please sign in to comment.