Skip to content

Commit

Permalink
Bump commons-cli:commons-cli from 1.6.0 to 1.7.0
Browse files Browse the repository at this point in the history
Bumps commons-cli:commons-cli from 1.6.0 to 1.7.0.

---
updated-dependencies:
- dependency-name: commons-cli:commons-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 24, 2024
1 parent ad5af83 commit 7647803
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 7647803

Please sign in to comment.