Skip to content

Commit

Permalink
Merge pull request #1456 from znsio/dependabot/gradle/com.fasterxml.j…
Browse files Browse the repository at this point in the history
…ackson.module-jackson-module-kotlin-2.18.2

Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.18.0 to 2.18.2
  • Loading branch information
joelrosario authored Jan 17, 2025
2 parents 00d2070 + 847ae02 commit f9e0891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation("io.ktor:ktor-server-double-receive:$ktor_version")
implementation("io.ktor:ktor-server-content-negotiation:$ktor_version")
implementation "io.ktor:ktor-serialization-jackson:$ktor_version"
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0'
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2'
implementation 'com.jayway.jsonpath:json-path:2.9.0'


Expand Down

0 comments on commit f9e0891

Please sign in to comment.