Skip to content

Commit

Permalink
Bump commons-cli:commons-cli from 1.5.0 to 1.6.0 (#631)
Browse files Browse the repository at this point in the history
Bumps commons-cli:commons-cli from 1.5.0 to 1.6.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent a532dbf commit dbbe1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'application'

dependencies {
implementation project(':openapi-style-validator-lib')
implementation 'commons-cli:commons-cli:1.5.0'
implementation 'commons-cli:commons-cli:1.6.0'
implementation 'org.slf4j:slf4j-jdk14:2.0.9'
implementation 'io.swagger.parser.v3:swagger-parser:2.1.18'
implementation 'org.openapitools.empoa:empoa-swagger-core:2.1.0'
Expand Down

0 comments on commit dbbe1f5

Please sign in to comment.