Skip to content

Commit

Permalink
build(deps-dev): bump jackson-databind from 2.13.3 to 2.13.4 (#1738)
Browse files Browse the repository at this point in the history
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 to 2.13.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-databind
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 6, 2022
1 parent ab01cb4 commit 899655b
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 @@ -84,7 +84,7 @@

<junit.version>4.13.2</junit.version>
<jackson.version>2.13.3</jackson.version>
<jackson-databind.version>${jackson.version}</jackson-databind.version>
<jackson-databind.version>2.13.4</jackson-databind.version>
<assertj.version>3.23.1</assertj.version>
<hamcrest.version>2.2</hamcrest.version>
<mockito.version>4.7.0</mockito.version>
Expand Down

0 comments on commit 899655b

Please sign in to comment.