Skip to content

Commit

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

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

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

---
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 Oct 16, 2023
1 parent f63195f commit 21a0ce0
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.10'
springBootVersion = '2.7.5'
jacksonVersion = '2.15.2'
jacksonVersion = '2.15.3'
graphqlSpringBootStarterVersion = '11.1.0'
}
repositories {
Expand Down

0 comments on commit 21a0ce0

Please sign in to comment.