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 50d3fd1 commit a5415ceCopy full SHA for a5415ce
build.gradle
@@ -102,7 +102,7 @@ test {
102
dependencies {
103
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.20'
104
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.17.2"
105
- implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.17.2"
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.0"
106
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.17.2'
107
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.17.2'
108
api 'io.swagger.core.v3:swagger-core:2.2.24'
0 commit comments