Skip to content

Commit

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

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

Updates `jackson-databind` from 2.12.1 to 2.13.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-minor
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 29, 2021
1 parent d2a734a commit a381bf7
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 @@ -12,7 +12,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jedis.version>3.6.0</jedis.version>
<jackson.version>2.12.1</jackson.version>
<jackson.version>2.13.1</jackson.version>
<slf4j.version>1.7.25</slf4j.version>
<logback.version>1.2.10</logback.version>
<junit.version>4.13.1</junit.version>
Expand Down

0 comments on commit a381bf7

Please sign in to comment.