Skip to content

Commit

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

Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.2 to 2.15.3
  • Loading branch information
github-actions[bot] authored Oct 19, 2023
2 parents b78c2c1 + bbca9b6 commit e85c644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kafka-2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
implementation("ch.qos.logback:logback-classic:1.4.11")
implementation("net.logstash.logback:logstash-logback-encoder:7.4")
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2")
implementation("io.micrometer:micrometer-registry-prometheus:1.11.5")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.3")
Expand Down
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.4.11")
implementation("net.logstash.logback:logstash-logback-encoder:7.4")
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2")
implementation("io.micrometer:micrometer-registry-prometheus:1.11.5")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.3")
Expand Down

0 comments on commit e85c644

Please sign in to comment.