Skip to content

Commit f3f7a63

Browse files
authored
Merge pull request #23 from navikt/dependabot/gradle/com.fasterxml.jackson.module-jackson-module-kotlin-2.13.4
Bump jackson-module-kotlin from 2.13.3 to 2.13.4
2 parents 52aa79f + 1818f1e commit f3f7a63

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
@@ -41,7 +41,7 @@ dependencies {
4141
implementation("io.micrometer:micrometer-registry-prometheus")
4242
implementation("ch.qos.logback:logback-classic")
4343
implementation("net.logstash.logback:logstash-logback-encoder:$logstashVersion")
44-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.3")
44+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4")
4545

4646
testImplementation("org.testcontainers:testcontainers:$testContainersVersion")
4747
testImplementation("org.testcontainers:junit-jupiter:$testContainersVersion")

0 commit comments

Comments
 (0)