Skip to content

Commit

Permalink
Bump jackson.version from 2.14.0 to 2.14.1 (#79)
Browse files Browse the repository at this point in the history
Bumps `jackson.version` from 2.14.0 to 2.14.1.

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

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

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

---
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.datatype:jackson-datatype-jsr310
  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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 22, 2022
1 parent 9dd8d70 commit 4c9a570
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 @@ -37,7 +37,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>5.9.1</junit.version>
<jackson.version>2.14.0</jackson.version>
<jackson.version>2.14.1</jackson.version>
<log4j2.version>2.19.0</log4j2.version>
<puppycrawl.version>10.4</puppycrawl.version>
</properties>
Expand Down

0 comments on commit 4c9a570

Please sign in to comment.