We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b438371 commit ea8cbd7Copy full SHA for ea8cbd7
cli/build.gradle
@@ -6,7 +6,7 @@ apply plugin: 'application'
6
7
dependencies {
8
implementation project(':openapi-style-validator-lib')
9
- implementation 'commons-cli:commons-cli:1.8.0'
+ implementation 'commons-cli:commons-cli:1.9.0'
10
implementation 'org.slf4j:slf4j-jdk14:2.0.16'
11
implementation 'io.swagger.parser.v3:swagger-parser:2.1.19'
12
implementation 'org.openapitools.empoa:empoa-swagger-core:2.1.0'
0 commit comments