Skip to content

Commit

Permalink
build(deps): bump jacksonDatatype from 2.17.2 to 2.18.0
Browse files Browse the repository at this point in the history
Bumps `jacksonDatatype` from 2.17.2 to 2.18.0.

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.17.2 to 2.18.0

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.17.2 to 2.18.0
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.17.2...jackson-module-kotlin-2.18.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 45a8014 commit d82a0ce
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 @@ -19,7 +19,7 @@ val unboundid = "7.0.1"
val wiremock = "3.0.1"
val wiremockCloud = "4.1.4"
val h2 = "2.3.232"
val jacksonDatatype = "2.17.2"
val jacksonDatatype = "2.18.0"
val conscrypt = "2.5.2"
val prometheus = "1.12.5"

Expand Down

0 comments on commit d82a0ce

Please sign in to comment.