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 16c35f0 commit fdc0a34Copy full SHA for fdc0a34
build.gradle.kts
@@ -32,7 +32,7 @@ dependencies {
32
33
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.2")
34
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
35
- implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")
+ implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
36
constraints {
37
implementation("com.google.code.gson:gson:2.11.0") {
38
because("CVE-2022-25647")
0 commit comments