Skip to content

Commit

Permalink
Merge pull request #749 from samply/update
Browse files Browse the repository at this point in the history
Update Dependencies
  • Loading branch information
alexanderkiel committed Jun 29, 2022
2 parents e853014 + 133ebee commit 5ef48c5
Show file tree
Hide file tree
Showing 35 changed files with 45 additions and 45 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup clj-kondo
uses: DeLaGuardo/setup-clj-kondo@master
with:
version: '2022.05.31'
version: '2022.06.22'

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

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

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

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

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

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

- name: Check out Git repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/anomaly/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/async/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
4 changes: 2 additions & 2 deletions modules/byte-buffer/deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:deps
{com.google.protobuf/protobuf-java
{:mvn/version "3.21.1"}}
{:mvn/version "3.21.2"}}

:aliases
{:test
Expand All @@ -13,6 +13,6 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}}}
2 changes: 1 addition & 1 deletion modules/byte-string/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{:mvn/version "31.1-jre"}

com.google.protobuf/protobuf-java
{:mvn/version "3.21.1"}
{:mvn/version "3.21.2"}

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

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/coll/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
4 changes: 2 additions & 2 deletions modules/cql/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{:mvn/version "2.13.3"}

info.cqframework/cql-to-elm
{:mvn/version "1.5.8"
{:mvn/version "1.5.9"
:exclusions
[com.google.code.javaparser/javaparser
info.cqframework/qdm
Expand Down Expand Up @@ -42,7 +42,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/db-resource-store-cassandra/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
4 changes: 2 additions & 2 deletions modules/db-resource-store/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
{:mvn/version "0.4.6"}

mvxcvi/clj-cbor
{:mvn/version "1.1.0"}}}
{:mvn/version "1.1.1"}}}

:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

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 @@ -28,7 +28,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/db-tx-log/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/db/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/executor/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/extern-terminology-service/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/fhir-client/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
4 changes: 2 additions & 2 deletions 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 "1.5.8"}}
{:mvn/version "1.5.9"}}

:aliases
{:test
Expand All @@ -19,7 +19,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

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 @@ -49,7 +49,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/http-client/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/interaction/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/jepsen/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/kv/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/luid/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/metrics/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/openid-auth/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/operation-measure-evaluate-measure/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/page-store-cassandra/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

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 @@ -27,7 +27,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/rest-api/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

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 @@ -32,7 +32,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/rocksdb/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/scheduler/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/server/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down
2 changes: 1 addition & 1 deletion modules/thread-pool-executor-collector/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
:kaocha
{:extra-deps
{lambdaisland/kaocha
{:mvn/version "1.67.1055"}}
{:mvn/version "1.68.1059"}}

:main-opts ["-m" "kaocha.runner"]}

Expand Down

0 comments on commit 5ef48c5

Please sign in to comment.