Skip to content

Commit

Permalink
Merge pull request #510 from boudicca-events/dependabot/gradle/com.fa…
Browse files Browse the repository at this point in the history
…sterxml.jackson.module-jackson-module-kotlin-2.18.0

Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.17.2 to 2.18.0
  • Loading branch information
kadhonn authored Oct 4, 2024
2 parents 3803345 + a2c6916 commit 8a89536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boudicca.base/query-lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
jmh(project(":boudicca.base:publisher-client"))
jmh(project(":boudicca.base:ingest-client"))
jmh("com.fasterxml.jackson.core:jackson-core:2.17.2")
jmh("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")
jmh("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
jmh("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2")
jmh("com.fasterxml.jackson.core:jackson-databind:2.17.2")
}

0 comments on commit 8a89536

Please sign in to comment.