File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ apply plugin: 'application'
7
7
dependencies {
8
8
implementation project(' :openapi-style-validator-lib' )
9
9
implementation ' commons-cli:commons-cli:1.6.0'
10
- implementation ' org.slf4j:slf4j-jdk14:2.0.12 '
10
+ implementation ' org.slf4j:slf4j-jdk14:2.0.13 '
11
11
implementation ' io.swagger.parser.v3:swagger-parser:2.1.19'
12
12
implementation ' org.openapitools.empoa:empoa-swagger-core:2.1.0'
13
13
implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.0'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
5
5
dependencies {
6
6
implementation ' org.eclipse.microprofile.openapi:microprofile-openapi-api:3.1.1'
7
- testImplementation ' org.slf4j:slf4j-jdk14:2.0.12 '
7
+ testImplementation ' org.slf4j:slf4j-jdk14:2.0.13 '
8
8
testImplementation ' org.openapitools.empoa:empoa-simple-models-impl:2.1.0'
9
9
testImplementation ' nl.jqno.equalsverifier:equalsverifier:3.16.1'
10
10
}
You can’t perform that action at this time.
0 commit comments