Skip to content

Commit 8269be0

Browse files
authored
Merge pull request #52 from navikt/dependabot/gradle/com.fasterxml.jackson.module-jackson-module-kotlin-2.14.1
Bump jackson-module-kotlin from 2.14.0 to 2.14.1
2 parents 06d6aed + b69dc5d commit 8269be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
implementation("io.micrometer:micrometer-registry-prometheus")
4848
implementation("ch.qos.logback:logback-classic")
4949
implementation("net.logstash.logback:logstash-logback-encoder:$logstashVersion")
50-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.0")
50+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1")
5151

5252
testImplementation("org.testcontainers:testcontainers:$testContainersVersion")
5353
testImplementation("org.testcontainers:junit-jupiter:$testContainersVersion")

0 commit comments

Comments
 (0)