Skip to content

Commit

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

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.14.1 to 2.14.2

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

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.14.1 to 2.14.2

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Feb 21, 2023
1 parent a551fc2 commit a50155b
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
Expand Up @@ -22,7 +22,7 @@ ext {
springSecurityVersion = "5.7.4"
springBootVersion = "2.7.5"
edisonVersion = "2.7.5"
jacksonVersion = "2.14.1"
jacksonVersion = "2.14.2"
logbackVersion = "1.2.11"
}

Expand Down

0 comments on commit a50155b

Please sign in to comment.