Skip to content

Commit

Permalink
chore(deps): bump jackson.version from 2.13.1 to 2.14.2
Browse files Browse the repository at this point in the history
Bumps `jackson.version` from 2.13.1 to 2.14.2.

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

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

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

Updates `jackson-module-kotlin` from 2.13.1 to 2.14.2
- [Release notes](https://github.com/FasterXML/jackson-module-kotlin/releases)
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.13.1...jackson-module-kotlin-2.14.2)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
- 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.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 24, 2023
1 parent 5dfdbd4 commit c9cd5f4
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 @@ -69,7 +69,7 @@
<swagger-annotations.version>1.6.4</swagger-annotations.version>
<okhttp.version>4.9.3</okhttp.version>
<modelmapper.version>3.0.0</modelmapper.version>
<jackson.version>2.13.1</jackson.version>
<jackson.version>2.14.2</jackson.version>
<postgres.version>42.3.2</postgres.version>
<springdoc-ui.version>1.6.5</springdoc-ui.version>
<springdoc-security.version>1.6.5</springdoc-security.version>
Expand Down

0 comments on commit c9cd5f4

Please sign in to comment.