Skip to content

Commit

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

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-annotations` from 2.12.3 to 2.12.4
- [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-databind
  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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 7, 2021
1 parent b34aef3 commit c0bebb7
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 @@ -35,7 +35,7 @@
<thunder.version>v1.0.0</thunder.version>
<twitter4j.version>4.0.7</twitter4j.version>
<restfb.version>1.49.0</restfb.version>
<jackson.api.version>2.12.3</jackson.api.version>
<jackson.api.version>2.12.4</jackson.api.version>
<junit.version>4.13.2</junit.version>
<mockito.version>3.11.2</mockito.version>
</properties>
Expand Down

0 comments on commit c0bebb7

Please sign in to comment.