Skip to content

Commit 8bec91c

Browse files
authored
Merge pull request #106 from navikt/dependabot/gradle/com.fasterxml.jackson.module-jackson-module-kotlin-2.15.2
Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.0 to 2.15.2
2 parents 5656ece + f37e78f commit 8bec91c

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
@@ -44,7 +44,7 @@ dependencies {
4444

4545
implementation("ch.qos.logback:logback-classic")
4646
implementation("net.logstash.logback:logstash-logback-encoder:$logstashVersion")
47-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.0")
47+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
4848

4949
testImplementation("org.testcontainers:testcontainers:$testContainersVersion")
5050
testImplementation("org.testcontainers:junit-jupiter:$testContainersVersion")

0 commit comments

Comments
 (0)