Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 (#174)
Browse files Browse the repository at this point in the history
Bumps com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.0 to 2.16.1.

---
updated-dependencies:
- 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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
1 parent 72b8419 commit 7ce2384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ktor-okHttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor-versi
ktor-serverTests = { module = "io.ktor:ktor-server-tests", version.ref = "ktor-version" }

#Jackson
jacksonDatatypejsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", version = "2.16.0" }
jacksonDatatypejsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", version = "2.16.1" }

#Kafka
kafka-clients = { module = "org.apache.kafka:kafka-clients", version = "3.6.1"}
Expand Down

0 comments on commit 7ce2384

Please sign in to comment.