Skip to content

Commit

Permalink
Bump jackson.version from 2.10.0 to 2.14.2
Browse files Browse the repository at this point in the history
Bumps `jackson.version` from 2.10.0 to 2.14.2.

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

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

Updates `jackson-annotations` from 2.10.0 to 2.14.2
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-datatype-joda` from 2.10.0 to 2.14.2
- [Release notes](https://github.com/FasterXML/jackson-datatype-joda/releases)
- [Commits](FasterXML/jackson-datatype-joda@jackson-datatype-joda-2.10.0...jackson-datatype-joda-2.14.2)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-joda
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 11, 2023
1 parent 3d6eebd commit 9cbcc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jackson.version>2.10.0</jackson.version>
<jackson.version>2.14.2</jackson.version>
<org.springframework.version>4.2.6.RELEASE</org.springframework.version>
<additionalparam>-Xdoclint:none</additionalparam>
<coveralls-version>4.2.0</coveralls-version>
Expand Down

0 comments on commit 9cbcc2f

Please sign in to comment.