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 92f83d0 commit 4dc18e3Copy full SHA for 4dc18e3
build.gradle
@@ -104,7 +104,7 @@ dependencies {
104
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.18.2"
105
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.1"
106
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.18.1'
107
- implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.18.1'
+ implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.18.2'
108
api 'io.swagger.core.v3:swagger-core:2.2.26'
109
api 'io.swagger.parser.v3:swagger-parser:2.1.24'
110
implementation 'org.jetbrains.kotlin:kotlin-reflect:2.1.0'
0 commit comments