Skip to content

Commit

Permalink
Bump jacksonVersion from 2.13.4 to 2.14.1
Browse files Browse the repository at this point in the history
Bumps `jacksonVersion` from 2.13.4 to 2.14.1.

Updates `jackson-datatype-jsr310` from 2.13.4 to 2.14.1

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

Updates `jackson-datatype-jdk8` from 2.13.4 to 2.14.1

---
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.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Jan 18, 2023
1 parent 08df1ba commit 26d1a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ ext {
springSecurityVersion = "5.7.4"
springBootVersion = "2.7.5"
edisonVersion = "2.7.5"
jacksonVersion = "2.13.4"
jacksonVersion = "2.14.1"
logbackVersion = "1.2.11"
}

0 comments on commit 26d1a57

Please sign in to comment.