Skip to content

Commit

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

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

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

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-csv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rm3l committed May 11, 2024
1 parent 8eda5b9 commit df31120
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.17.0'
jacksonVersion = '2.17.1'
graphqlSpringBootStarterVersion = '11.1.0'
}
repositories {
Expand Down

0 comments on commit df31120

Please sign in to comment.