Skip to content

Commit

Permalink
Merge pull request #2 from kartverket/dependabot/gradle/com.fasterxml…
Browse files Browse the repository at this point in the history
….jackson.core-jackson-databind-2.17.1

Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.17.1
  • Loading branch information
anderssonw authored May 29, 2024
2 parents bcd1276 + b5c9a24 commit 6cd4447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
// Logs
implementation("net.logstash.logback:logstash-logback-encoder:7.4")
implementation("ch.qos.logback:logback-classic:$logback_version")
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")

// Serialization
implementation("io.ktor:ktor-server-content-negotiation-jvm:$ktor_version")
Expand Down

0 comments on commit 6cd4447

Please sign in to comment.