Skip to content

Commit

Permalink
chore(deps): Bump jacksonVersion from 2.16.1 to 2.17.0
Browse files Browse the repository at this point in the history
Bumps `jacksonVersion` from 2.16.1 to 2.17.0.

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

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-csv` from 2.16.1 to 2.17.0
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.16.1...jackson-dataformats-text-2.17.0)

---
updated-dependencies:
- 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-csv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rm3l committed Mar 19, 2024
1 parent 5511bcc commit e7c7b9d
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 @@ -23,7 +23,7 @@ buildscript {
ext {
kotlinVersion = '1.9.23'
springBootVersion = '2.7.5'
jacksonVersion = '2.16.1'
jacksonVersion = '2.17.0'
graphqlSpringBootStarterVersion = '11.1.0'
}
repositories {
Expand Down

0 comments on commit e7c7b9d

Please sign in to comment.