Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

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.core:jackson-annotations` from 2.17.1 to 2.17.2
- [Commits](https://github.com/FasterXML/jackson/commits)

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.core:jackson-annotations
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jul 8, 2024
1 parent f5121b5 commit d5408f9
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
@@ -1,7 +1,7 @@
val javaVersion = JavaVersion.VERSION_21
val mockkVersion = "1.13.11"
val ktorVersion = "2.3.12"
val jacksonVersion = "2.17.1"
val jacksonVersion = "2.17.2"
val kotlinxCoroutinesVersion = "1.8.1"
val felleslibVersion = "0.0.140"

Expand Down

0 comments on commit d5408f9

Please sign in to comment.