Skip to content

Commit

Permalink
fix(deps): update jackson to v2.17.2 (#510)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 8, 2024
1 parent f4100a5 commit 95b0307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spring-kafka-3x = "3.2.1"
couchbase-client = "3.7.0"
couchbase-client-metrics = "0.7.0"
couchbase-kotlin = "1.4.0"
jackson = "2.17.1"
jackson = "2.17.2"
arrow = "1.2.4"
arrowSuspendApp = "0.4.0"
arrow-jackson = "0.14.1"
Expand Down
2 changes: 1 addition & 1 deletion recipes/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ arrow-jackson = "0.14.1"
arrowSuspendApp = "0.4.0"

# Jackson
jackson = "2.17.1"
jackson = "2.17.2"

# Couchbase
couchbase-kotlin = "1.4.0"
Expand Down

0 comments on commit 95b0307

Please sign in to comment.