Skip to content

Commit

Permalink
Bump jacksonVersion from 2.15.2 to 2.16.1 (#431)
Browse files Browse the repository at this point in the history
Bumps `jacksonVersion` from 2.15.2 to 2.16.1.

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

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

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.15.2 to 2.16.1

---
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.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent e1b04b1 commit c128fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val postgresVersion = "42.6.0"
val hikariVersion = "5.0.1"
val flywayVersion = "7.5.2"
val vaultJdbcVersion = "1.3.9"
val jacksonVersion = "2.15.2"
val jacksonVersion = "2.16.1"
val postgresEmbeddedVersion = "1.0.0"
val kafkaVersion = "3.6.0"
val avroVersion = "1.11.3"
Expand Down

0 comments on commit c128fec

Please sign in to comment.