Skip to content

Commit

Permalink
Bump jackson2.version from 2.16.1 to 2.16.2 (#738)
Browse files Browse the repository at this point in the history
Bumps `jackson2.version` from 2.16.1 to 2.16.2.

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.16.1 to 2.16.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.16.1 to 2.16.2

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 Mar 11, 2024
1 parent 22b1e0f commit d9104e7
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 @@ -5,7 +5,7 @@
<version>3.2.8-SNAPSHOT</version>
<url>https://github.com/lukas-krecan/JsonUnit</url>
<properties>
<jackson2.version>2.16.1</jackson2.version>
<jackson2.version>2.16.2</jackson2.version>
<moshi.version>1.15.1</moshi.version>
<gson.version>2.10.1</gson.version>
<hamcrest.version>2.2</hamcrest.version>
Expand Down

0 comments on commit d9104e7

Please sign in to comment.