Skip to content

Commit

Permalink
Bump jackson.version from 2.14.2 to 2.15.1 (#1517)
Browse files Browse the repository at this point in the history
Bumps `jackson.version` from 2.14.2 to 2.15.1.

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

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

Updates `jackson-annotations` from 2.14.2 to 2.15.1
- [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-minor
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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] authored and kasmarian committed Jun 7, 2023
1 parent fb386f6 commit 533584c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logbook-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<jackson.version>2.14.2</jackson.version>
<jackson.version>2.15.1</jackson.version>
<json-path.version>2.7.0</json-path.version>
<kotlin.version>1.8.21</kotlin.version>
<ktor.version>1.6.8</ktor.version>
Expand Down

0 comments on commit 533584c

Please sign in to comment.