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 7988d6b commit 088f0a6Copy full SHA for 088f0a6
build.gradle
@@ -100,7 +100,7 @@ test {
100
}
101
102
dependencies {
103
- implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.21'
+ implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.1.0'
104
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.18.1"
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'
0 commit comments