Skip to content

Commit 30c457b

Browse files
Bump commons-cli:commons-cli from 1.6.0 to 1.7.0 (#729)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45aabb1 commit 30c457b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'application'
66

77
dependencies {
88
implementation project(':openapi-style-validator-lib')
9-
implementation 'commons-cli:commons-cli:1.6.0'
9+
implementation 'commons-cli:commons-cli:1.7.0'
1010
implementation 'org.slf4j:slf4j-jdk14:2.0.13'
1111
implementation 'io.swagger.parser.v3:swagger-parser:2.1.19'
1212
implementation 'org.openapitools.empoa:empoa-swagger-core:2.1.0'

0 commit comments

Comments
 (0)