Skip to content

Commit

Permalink
chore(deps): bump jacksonVersion from 2.13.4 to 2.14.0
Browse files Browse the repository at this point in the history
Bumps `jacksonVersion` from 2.13.4 to 2.14.0.

Updates `jackson-databind` from 2.13.4 to 2.14.0
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-module-kotlin` from 2.13.4 to 2.14.0
- [Release notes](https://github.com/FasterXML/jackson-module-kotlin/releases)
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.13.4...jackson-module-kotlin-2.14.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  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 Nov 8, 2022
1 parent ef45e1b commit f9de722
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 @@ -6,7 +6,7 @@ val kotlinLoggingVersion = "3.0.4"
val logbackVersion = "1.2.11"
val nimbusSdkVersion = "10.1"
val mockWebServerVersion = "4.10.0"
val jacksonVersion = "2.13.4"
val jacksonVersion = "2.14.0"
val nettyVersion = "4.1.84.Final"
val junitJupiterVersion = "5.9.1"
val kotlinVersion = "1.7.20"
Expand Down

0 comments on commit f9de722

Please sign in to comment.