Skip to content

Commit e33268b

Browse files
committed
fix(deps): update jackson monorepo to v2.18.0
1 parent fdc0a34 commit e33268b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

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

33-
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.2")
34-
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
33+
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.0")
34+
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0")
3535
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
3636
constraints {
3737
implementation("com.google.code.gson:gson:2.11.0") {

0 commit comments

Comments
 (0)