Skip to content

Commit

Permalink
chore(deps): update jackson to v2.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and alexanderkiel committed Mar 1, 2025
1 parent 17593d8 commit b3ba39a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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.2"}}
{:mvn/version "2.18.3"}}

: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.2"}}
{:mvn/version "2.18.3"}}

: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.2"}
{:mvn/version "2.18.3"}

;; current version of transitive dependency of com.datastax.oss/java-driver-core
io.netty/netty-handler
Expand Down
4 changes: 2 additions & 2 deletions modules/cql/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
{:local/root "../db"}

com.fasterxml.jackson.module/jackson-module-jaxb-annotations
{:mvn/version "2.18.2"
{:mvn/version "2.18.3"
:exclusions [javax.xml.bind/jaxb-api]}

com.fasterxml.jackson.dataformat/jackson-dataformat-xml
{:mvn/version "2.18.2"}
{:mvn/version "2.18.3"}

info.cqframework/cql-to-elm
{:mvn/version "2.11.0"
Expand Down
4 changes: 2 additions & 2 deletions modules/fhir-structure/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
{:mvn/version "3.2.0"}

com.fasterxml.jackson.dataformat/jackson-dataformat-cbor
{:mvn/version "2.18.2"}
{:mvn/version "2.18.3"}

com.fasterxml.jackson.dataformat/jackson-dataformat-xml
{:mvn/version "2.18.2"}
{:mvn/version "2.18.3"}

metosin/jsonista
{:mvn/version "0.3.13"}
Expand Down
4 changes: 2 additions & 2 deletions modules/openid-auth/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@

;; newer version for cheshire dependency
com.fasterxml.jackson.dataformat/jackson-dataformat-cbor
{:mvn/version "2.18.2"}
{:mvn/version "2.18.3"}

;; newer version for cheshire dependency
com.fasterxml.jackson.dataformat/jackson-dataformat-smile
{:mvn/version "2.18.2"}}
{:mvn/version "2.18.3"}}

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

;; newer version for cheshire dependency
com.fasterxml.jackson.dataformat/jackson-dataformat-smile
{:mvn/version "2.18.2"}
{:mvn/version "2.18.3"}

org.apache.httpcomponents.core5/httpcore5
{:mvn/version "5.3.3"}
Expand Down

0 comments on commit b3ba39a

Please sign in to comment.