Skip to content

Commit

Permalink
fix(deps): update jackson monorepo to v2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 29, 2024
1 parent ae8d7c5 commit fb2cfed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ dependencies {
implementation("ch.qos.logback:logback-classic:1.5.12")
implementation("ch.qos.logback:logback-core:1.5.12")

implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.1")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1")
constraints {
implementation("com.google.code.gson:gson:2.11.0") {
because("CVE-2022-25647")
Expand Down

0 comments on commit fb2cfed

Please sign in to comment.