Skip to content

Commit

Permalink
Merge pull request #1052 from samply/update
Browse files Browse the repository at this point in the history
Update Dependencies
  • Loading branch information
alexanderkiel authored Aug 6, 2023
2 parents 25e90dd + f706abc commit 41327e6
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@master
with:
cli: '1.11.1.1347'
cli: '1.11.1.1356'

- name: Check out Git repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@master
with:
cli: '1.11.1.1347'
cli: '1.11.1.1356'

- name: Check out Git repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@master
with:
cli: '1.11.1.1347'
cli: '1.11.1.1356'

- name: Check out Git repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@master
with:
cli: '1.11.1.1347'
cli: '1.11.1.1356'

- name: Check out Git repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -880,7 +880,7 @@ jobs:
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@master
with:
cli: '1.11.1.1347'
cli: '1.11.1.1356'

- name: Check out Git repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -1543,7 +1543,7 @@ jobs:
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@master
with:
cli: '1.11.1.1347'
cli: '1.11.1.1356'

- name: Check out Git repository
uses: actions/checkout@v3
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 @@ -2,7 +2,7 @@

:deps
{com.google.guava/guava
{:mvn/version "32.1.1-jre"
{:mvn/version "32.1.2-jre"
:exclusions
[com.google.code.findbugs/jsr305
org.checkerframework/checker-qual
Expand Down
2 changes: 1 addition & 1 deletion modules/cassandra/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

;; current version of transitive dependency of com.datastax.oss/java-driver-core
io.netty/netty-handler
{:mvn/version "4.1.94.Final"}}
{:mvn/version "4.1.96.Final"}}

:aliases
{:test
Expand Down
8 changes: 4 additions & 4 deletions modules/cql/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
{:mvn/version "2.15.2"}

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

info.cqframework/elm-jackson
{:mvn/version "2.10.0"}
{:mvn/version "2.11.0"}

info.cqframework/model-jackson
{:mvn/version "2.10.0"}
{:mvn/version "2.11.0"}

info.cqframework/quick
{:mvn/version "2.10.0"}
{:mvn/version "2.11.0"}

org.apache.commons/commons-text
{:mvn/version "1.10.0"}
Expand Down
2 changes: 1 addition & 1 deletion modules/db-tx-log-kafka/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{:local/root "../module-base"}

org.apache.kafka/kafka-clients
{:mvn/version "3.5.0"}}
{:mvn/version "3.5.1"}}

:aliases
{:test
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.10.0"}}
{:mvn/version "2.11.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 @@ -14,7 +14,7 @@
{:local/root "../module-base"}

com.github.ben-manes.caffeine/caffeine
{:mvn/version "3.1.6"}
{:mvn/version "3.1.7"}

com.fasterxml.jackson.dataformat/jackson-dataformat-cbor
{:mvn/version "2.15.2"}
Expand Down
2 changes: 1 addition & 1 deletion modules/module-base/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{:mvn/version "5.2.1"}

com.google.guava/guava
{:mvn/version "32.1.1-jre"
{:mvn/version "32.1.2-jre"
:exclusions
[com.google.code.findbugs/jsr305
org.checkerframework/checker-qual
Expand Down
2 changes: 1 addition & 1 deletion modules/page-store/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{:local/root "../module-base"}

com.github.ben-manes.caffeine/caffeine
{:mvn/version "3.1.6"}}
{:mvn/version "3.1.7"}}

:aliases
{:test
Expand Down
2 changes: 1 addition & 1 deletion modules/server/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{:local/root "../module-base"}

info.sunng/ring-jetty9-adapter
{:mvn/version "0.22.0"
{:mvn/version "0.22.1"
:exclusions
[commons-fileupload/commons-fileupload
crypto-equality/crypto-equality
Expand Down

0 comments on commit 41327e6

Please sign in to comment.