Skip to content

Commit

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

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

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

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 22, 2022
1 parent f264cfe commit 082ce04
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 @@ -17,7 +17,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- versions -->
<jackson.version>2.14.0</jackson.version>
<jackson.version>2.14.1</jackson.version>
<jackson-databind.version>2.14.0</jackson-databind.version>
<jetty.version>9.4.49.v20220914</jetty.version>
<os72.protobuf-shaded.jar-version>0.9</os72.protobuf-shaded.jar-version>
Expand Down

0 comments on commit 082ce04

Please sign in to comment.