Skip to content

Commit

Permalink
chore(deps): Bump jackson_version from 2.15.3 to 2.16.0 (#390)
Browse files Browse the repository at this point in the history
Bumps `jackson_version` from 2.15.3 to 2.16.0.

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

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.15.3 to 2.16.0
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.15.3...jackson-module-kotlin-2.16.0)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.15.3 to 2.16.0
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.15.3...jackson-dataformats-text-2.16.0)

---
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.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  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>
Co-authored-by: Jan Hentschel <jan.hentschel@ultratendency.com>
  • Loading branch information
dependabot[bot] and HorizonNet authored Nov 16, 2023
1 parent 80ab53a commit 86bfd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
ext.kotlin_version = '1.9.20'
ext.unboundid_version = '6.0.10'
ext.caffeine_version = '3.1.8'
ext.jackson_version = '2.15.3'
ext.jackson_version = '2.16.0'
ext.spek_version = '2.0.19'
ext.kluent_version = '1.73'
ext.kotlinter_version = '4.1.0'
Expand Down

0 comments on commit 86bfd2c

Please sign in to comment.