Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkiel committed Feb 6, 2023
1 parent 7520365 commit ea6cb7f
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build and Export to Docker
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
tags: blaze:latest
Expand Down Expand Up @@ -1305,7 +1305,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{:build
{:deps
{io.github.clojure/tools.build
{:git/tag "v0.9.2" :git/sha "fe6b140"}}
{:git/tag "v0.9.3" :git/sha "e537cd1"}}
:ns-default build}

:test
Expand Down Expand Up @@ -80,7 +80,7 @@
:outdated
{:replace-deps
{com.github.liquidz/antq
{:mvn/version "2.2.970"}
{:mvn/version "2.2.992"}

org.slf4j/slf4j-nop
{:mvn/version "2.0.6"}}
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 @@ -8,4 +8,4 @@
{:mvn/version "3.21.12"}

com.fasterxml.jackson.core/jackson-databind
{:mvn/version "2.14.1"}}}
{:mvn/version "2.14.2"}}}
2 changes: 1 addition & 1 deletion modules/cassandra/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

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

com.fasterxml.jackson.module/jackson-module-jaxb-annotations
{:mvn/version "2.14.1"}
{:mvn/version "2.14.2"}

com.fasterxml.jackson.dataformat/jackson-dataformat-xml
{:mvn/version "2.14.1"}
{:mvn/version "2.14.2"}

info.cqframework/cql-to-elm
{:mvn/version "2.4.0"
{:mvn/version "2.5.0"
:exclusions [xpp3/xpp3_xpath]}

info.cqframework/elm-jackson
{:mvn/version "2.4.0"}
{:mvn/version "2.5.0"}

info.cqframework/model-jackson
{:mvn/version "2.4.0"}
{:mvn/version "2.5.0"}

info.cqframework/quick
{:mvn/version "2.4.0"}
{:mvn/version "2.5.0"}

org.apache.commons/commons-text
{:mvn/version "1.10.0"}
Expand Down
2 changes: 1 addition & 1 deletion modules/fhir-path/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{:local/root "../fhir-structure"}

info.cqframework/cql
{:mvn/version "2.4.0"}}
{:mvn/version "2.5.0"}}

:aliases
{:test
Expand Down
2 changes: 1 addition & 1 deletion modules/fhir-structure/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{:mvn/version "31.1-jre"}

com.fasterxml.jackson.dataformat/jackson-dataformat-cbor
{:mvn/version "2.14.1"}
{:mvn/version "2.14.2"}

com.taoensso/timbre
{:mvn/version "5.2.1"}
Expand Down
4 changes: 2 additions & 2 deletions modules/http-client/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
[com.fasterxml.jackson.dataformat/jackson-dataformat-cbor]}

com.fasterxml.jackson.core/jackson-core
{:mvn/version "2.14.1"}
{:mvn/version "2.14.2"}

com.fasterxml.jackson.dataformat/jackson-dataformat-smile
{:mvn/version "2.14.1"}
{:mvn/version "2.14.2"}

hato/hato
{:mvn/version "0.9.0"}}
Expand Down
2 changes: 1 addition & 1 deletion modules/metrics/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{:build
{:deps
{io.github.clojure/tools.build
{:git/tag "v0.9.2" :git/sha "fe6b140"}}
{:git/tag "v0.9.3" :git/sha "e537cd1"}}
:ns-default build}

:test
Expand Down

0 comments on commit ea6cb7f

Please sign in to comment.