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 fdc0a34 commit e33268bCopy full SHA for e33268b
build.gradle.kts
@@ -30,8 +30,8 @@ dependencies {
30
implementation("ch.qos.logback:logback-classic:1.5.8")
31
implementation("ch.qos.logback:logback-core:1.5.8")
32
33
- implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.2")
34
- implementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
+ implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.0")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0")
35
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
36
constraints {
37
implementation("com.google.code.gson:gson:2.11.0") {
0 commit comments