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 9dd7e3f commit 6d3430cCopy full SHA for 6d3430c
build.gradle
@@ -101,7 +101,7 @@ test {
101
102
dependencies {
103
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20'
104
- implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.15.3"
+ implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.16.0"
105
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.15.3"
106
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.15.3'
107
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.16.0'
0 commit comments