Skip to content

Commit

Permalink
Bump commons-cli:commons-cli from 1.6.0 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps commons-cli:commons-cli from 1.6.0 to 1.9.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 Aug 26, 2024
1 parent 11d5c1b commit 24f1b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensusj-jsonrpc-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ configurations {
dependencies {
api project(':consensusj-jsonrpc')

api 'commons-cli:commons-cli:1.6.0'
api 'commons-cli:commons-cli:1.9.0'

// Add SLF4J runtime adapter for JDK logging for GraalVM native-image build of jsonrpc tool
nativeToolImplementation "org.slf4j:slf4j-jdk14:${slf4jVersion}"
Expand Down

0 comments on commit 24f1b71

Please sign in to comment.