Skip to content

Commit

Permalink
maven(deps): bump jacksonVersion from 2.13.4 to 2.14.0 (openmrs#4187)
Browse files Browse the repository at this point in the history
Bumps `jacksonVersion` from 2.13.4 to 2.14.0.

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

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

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

Updates `jackson-datatype-jsr310` from 2.13.4 to 2.14.0

---
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-annotations
  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
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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] committed Nov 8, 2022
1 parent 012612f commit f597cbd
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 @@ -1142,7 +1142,7 @@
<hibernateSearchVersion>5.11.11.Final</hibernateSearchVersion>
<luceneVersion>5.5.5</luceneVersion>
<aspectjVersion>1.9.9.1</aspectjVersion>
<jacksonVersion>2.13.4</jacksonVersion>
<jacksonVersion>2.14.0</jacksonVersion>
<junitVersion>5.9.1</junitVersion>
<mockitoVersion>3.12.4</mockitoVersion>
<hamcrestVersion>2.2</hamcrestVersion>
Expand Down

0 comments on commit f597cbd

Please sign in to comment.