Skip to content

Commit

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

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

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

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 16, 2022
1 parent 5417d4e commit 229efca
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 = "2.1.21"
val logbackVersion = "1.2.11"
val nimbusSdkVersion = "9.35"
val mockWebServerVersion = "4.9.3"
val jacksonVersion = "2.13.2"
val jacksonVersion = "2.13.3"
val nettyVersion = "4.1.77.Final"
val junitJupiterVersion = "5.8.2"
val kotlinVersion = "1.6.21"
Expand Down

0 comments on commit 229efca

Please sign in to comment.