Skip to content

Commit

Permalink
Bump jacksonVersion from 2.17.1 to 2.17.2
Browse files Browse the repository at this point in the history
Bumps `jacksonVersion` from 2.17.1 to 2.17.2.

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

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

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.17.1 to 2.17.2

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 7, 2024
1 parent 9ea56c3 commit 763d242
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 @@ -19,7 +19,7 @@ val postgresVersion = "42.7.3"
val hikariVersion = "5.1.0"
val flywayVersion = "10.15.2"
val vaultJdbcVersion = "1.3.9"
val jacksonVersion = "2.17.1"
val jacksonVersion = "2.17.2"
val kafkaVersion = "3.8.0"
val brukernotifikasjonerBuilderVersion = "1.0.4"
val kotlinVersion = "2.0.10"
Expand Down

0 comments on commit 763d242

Please sign in to comment.