Skip to content

Commit

Permalink
Bump jacksonVersion from 2.18.0 to 2.18.1 (#245)
Browse files Browse the repository at this point in the history
Bumps `jacksonVersion` from 2.18.0 to 2.18.1.

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

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

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.18.0 to 2.18.1
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.18.0...jackson-dataformat-xml-2.18.1)

Updates `com.fasterxml.jackson.module:jackson-module-jaxb-annotations` from 2.18.0 to 2.18.1
- [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.18.0...jackson-modules-base-2.18.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.module:jackson-module-jaxb-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 96fde68 commit 3cadb34
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 @@ -10,7 +10,7 @@ val slf4jVersion = "2.0.16"
val logbackVersion = "1.5.12"
val javaxVersion = "2.1.1"
val logstashEncoderVersion = "7.4"
val jacksonVersion = "2.18.0"
val jacksonVersion = "2.18.1"
val jacksonDatabindVersion = "2.13.2.2"
val javaJwtVersion = "4.4.0"
val nimbusVersion = "9.42"
Expand Down

0 comments on commit 3cadb34

Please sign in to comment.