Skip to content

Commit

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

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

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

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

Updates `jackson-dataformat-yaml` from 2.12.3 to 2.12.4
- [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases)
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.12.3...jackson-dataformats-text-2.12.4)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
- 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-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and robot-simplify4u committed Jul 8, 2021
1 parent 07b8ebf commit 74c1148
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 @@ -78,7 +78,7 @@
<properties>
<maven.version>3.5.0</maven.version>
<slf4j.version>1.7.31</slf4j.version>
<jackson.version>2.12.3</jackson.version>
<jackson.version>2.12.4</jackson.version>
<bouncycastle.version>1.69</bouncycastle.version>
<resilience4j.version>1.7.1</resilience4j.version>
<mockserver.version>5.11.2</mockserver.version>
Expand Down

0 comments on commit 74c1148

Please sign in to comment.