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 dabdd98 commit eb94618Copy full SHA for eb94618
build.gradle
@@ -105,7 +105,7 @@ dependencies {
105
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.19.0"
106
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.19.0'
107
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.19.0'
108
- api 'io.swagger.core.v3:swagger-core:2.2.30'
+ api 'io.swagger.core.v3:swagger-core:2.2.31'
109
api 'io.swagger.parser.v3:swagger-parser:2.1.27'
110
implementation 'org.jetbrains.kotlin:kotlin-reflect:2.1.21'
111
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.4.2'
0 commit comments