Skip to content

Commit 779d728

Browse files
authored
Merge pull request #11 from navikt/dependabot/gradle/com.fasterxml.jackson.module-jackson-module-kotlin-2.13.3
Bump jackson-module-kotlin from 2.13.0 to 2.13.3
2 parents 512ca78 + 194542c commit 779d728

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:1.2.11")
4343
implementation("net.logstash.logback:logstash-logback-encoder:$logstashVersion")
44-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.0")
44+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.3")
4545

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

0 commit comments

Comments
 (0)