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 2ef50cd commit 53ef7a7Copy full SHA for 53ef7a7
build.gradle
@@ -105,7 +105,7 @@ test {
105
dependencies {
106
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20'
107
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.15.0"
108
- implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.14.2"
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.15.0"
109
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.15.0'
110
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.15.0'
111
api 'io.swagger.core.v3:swagger-core:2.2.9'
0 commit comments