Skip to content

Commit

Permalink
Merge pull request #260 from navikt/dependabot/gradle/com.fasterxml.j…
Browse files Browse the repository at this point in the history
…ackson.module-jackson-module-kotlin-2.18.2

Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.17.0 to 2.18.2
  • Loading branch information
github-actions[bot] authored Dec 24, 2024
2 parents e0e8bf3 + 7223137 commit baa844a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kafka-avroserde/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation("ch.qos.logback:logback-classic:1.5.3")
implementation("net.logstash.logback:logstash-logback-encoder:8.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2")
implementation("io.micrometer:micrometer-registry-prometheus:1.14.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.9.0")
Expand Down
2 changes: 1 addition & 1 deletion kafka-streams/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
implementation("ch.qos.logback:logback-classic:1.5.3")
implementation("net.logstash.logback:logstash-logback-encoder:8.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2")
implementation("io.micrometer:micrometer-registry-prometheus:1.14.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.9.0")
Expand Down

0 comments on commit baa844a

Please sign in to comment.