Skip to content

Commit

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

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

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-csv` from 2.16.0 to 2.16.1
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.16.0...jackson-dataformats-text-2.16.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 Jan 2, 2024
1 parent 74d41fb commit 1fece4a
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.21'
springBootVersion = '2.7.5'
jacksonVersion = '2.16.0'
jacksonVersion = '2.16.1'
graphqlSpringBootStarterVersion = '11.1.0'
}
repositories {
Expand Down

0 comments on commit 1fece4a

Please sign in to comment.