Skip to content

Commit

Permalink
build(deps): bump jackson.version from 2.12.5 to 2.13.0
Browse files Browse the repository at this point in the history
Bumps `jackson.version` from 2.12.5 to 2.13.0.

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 6, 2021
1 parent 95ae184 commit 78d76cd
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 @@ -59,7 +59,7 @@
<snakeyaml.version>1.29</snakeyaml.version>
<guava.version>31.0.1-jre</guava.version>
<protobuf-java.version>3.18.1</protobuf-java.version>
<jackson.version>2.12.5</jackson.version>
<jackson.version>2.13.0</jackson.version>
<scala-library.version>2.13.6</scala-library.version>
</properties>

Expand Down

0 comments on commit 78d76cd

Please sign in to comment.