We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3517b commit aace17fCopy full SHA for aace17f
cli/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
implementation 'org.slf4j:slf4j-jdk14:2.0.13'
11
implementation 'io.swagger.parser.v3:swagger-parser:2.1.19'
12
implementation 'org.openapitools.empoa:empoa-swagger-core:2.1.0'
13
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
14
15
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.23.1'
16
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.23.1'
0 commit comments