Skip to content

Commit

Permalink
chore(deps): update jackson to v2.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent 744d117 commit 5677e77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/admin-api/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
:exclusions [xpp3/xpp3 xpp3/xpp3_xpath]}

com.fasterxml.jackson.datatype/jackson-datatype-jsr310
{:mvn/version "2.18.1"}}
{:mvn/version "2.18.2"}}

:aliases
{:test
Expand Down
2 changes: 1 addition & 1 deletion modules/byte-string/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
com.google.j2objc/j2objc-annotations]}

com.fasterxml.jackson.core/jackson-databind
{:mvn/version "2.18.1"}}
{:mvn/version "2.18.2"}}

:aliases
{:test
Expand Down
2 changes: 1 addition & 1 deletion modules/cassandra/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

;; current version of transitive dependency of com.datastax.oss/java-driver-core
com.fasterxml.jackson.core/jackson-databind
{:mvn/version "2.18.1"}
{:mvn/version "2.18.2"}

;; current version of transitive dependency of com.datastax.oss/java-driver-core
io.netty/netty-handler
Expand Down

0 comments on commit 5677e77

Please sign in to comment.