Skip to content

Commit 196a20b

Browse files
fix(deps): update jackson monorepo to v2.18.3 (#453)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 074546f commit 196a20b

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.17")
3131
implementation("ch.qos.logback:logback-core:1.5.17")
3232

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

0 commit comments

Comments
 (0)