Skip to content

Commit 7726890

Browse files
fix(deps): update jackson monorepo to v2.20.0 (#513)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 496ed5f commit 7726890

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ dependencies {
3030
implementation("ch.qos.logback:logback-classic:1.5.18")
3131
implementation("ch.qos.logback:logback-core:1.5.18")
3232

33-
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.1")
34-
implementation("com.fasterxml.jackson.core:jackson-databind:2.19.1")
35-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.19.1")
33+
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.0")
34+
implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
35+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.20.0")
3636
constraints {
3737
implementation("com.google.code.gson:gson:2.13.2") {
3838
because("CVE-2022-25647")

0 commit comments

Comments
 (0)