Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkiel committed Dec 9, 2021
1 parent e2917b6 commit edd5bc3
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 19 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup clj-kondo
uses: DeLaGuardo/setup-clj-kondo@master
with:
version: '2021.10.19'
version: '2021.12.01'

- name: Check out Git repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@master
with:
tools-deps: '1.10.3.1029'
tools-deps: '1.10.3.1040'

- name: Check out Git repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@master
with:
tools-deps: '1.10.3.1029'
tools-deps: '1.10.3.1040'

- name: Check out Git repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@master
with:
tools-deps: '1.10.3.1029'
tools-deps: '1.10.3.1040'

- name: Check out Git repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@master
with:
tools-deps: '1.10.3.1029'
tools-deps: '1.10.3.1040'

- name: Check out Git repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
output: trivy-results.sarif

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@codeql-bundle-20211115
uses: github/codeql-action/upload-sarif@codeql-bundle-20211208
with:
sarif_file: trivy-results.sarif

Expand Down Expand Up @@ -510,7 +510,7 @@ jobs:
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@master
with:
tools-deps: '1.10.3.1029'
tools-deps: '1.10.3.1040'

- name: Check out Git repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -779,7 +779,7 @@ jobs:
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@master
with:
tools-deps: '1.10.3.1029'
tools-deps: '1.10.3.1040'

- name: Check out Git repository
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
{:mvn/version "1.60.945"}

org.clojure/tools.namespace
{:mvn/version "1.1.0"}}
{:mvn/version "1.1.1"}}

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

Expand All @@ -76,7 +76,7 @@

:extra-deps
{org.clojure/tools.namespace
{:mvn/version "1.1.0"}}}
{:mvn/version "1.1.1"}}}

:outdated
{:replace-deps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@
Statement Row AsyncResultSet SimpleStatement]
[com.datastax.oss.driver.api.core.metadata Node EndPoint]
[com.datastax.oss.driver.api.core.servererrors WriteTimeoutException WriteType]
[com.fasterxml.jackson.dataformat.cbor CBORFactory]
[java.net InetSocketAddress]
[java.nio ByteBuffer]
[java.util.concurrent CompletionStage]
[com.fasterxml.jackson.dataformat.cbor CBORFactory]))
#_{:clj-kondo/ignore [:unused-import]}
[java.util.concurrent CompletionStage]))


(st/instrument)
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 @@ -11,7 +11,7 @@
{:mvn/version "0.3.3"}

com.github.ben-manes.caffeine/caffeine
{:mvn/version "3.0.4"}
{:mvn/version "3.0.5"}

com.google.guava/guava
{:mvn/version "31.0.1-jre"}
Expand All @@ -32,7 +32,7 @@
{:mvn/version "2021.05.29-0"}

metosin/jsonista
{:mvn/version "0.3.4"}
{:mvn/version "0.3.5"}

org.clojure/alpha.spec
{:git/url "https://github.com/alexanderkiel/spec-alpha2.git"
Expand Down
2 changes: 1 addition & 1 deletion modules/fhir-structure/src/blaze/fhir/spec/impl/specs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
ret))
::s/invalid))
(unform* [_ x] x)
(explain* [_ path via in x _ _])
(explain* [_ _path _via _in _x _ _])
(gen* [_ _ _ _])
(with-gen* [_ _])
(describe* [_] `(record ~class-sym ~spec-forms)))))
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.0.4"}
{:mvn/version "3.0.5"}

com.google.guava/guava
{:mvn/version "31.0.1-jre"}}
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 @@ -9,7 +9,7 @@
{:local/root "../fhir-structure"}

org.apache.httpcomponents/httpcore
{:mvn/version "4.4.14"}
{:mvn/version "4.4.15"}

metosin/reitit-ring
{:mvn/version "0.5.15"}
Expand Down
2 changes: 1 addition & 1 deletion modules/structure-definition/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
{:local/root "../module-base"}

metosin/jsonista
{:mvn/version "0.3.4"}}}
{:mvn/version "0.3.5"}}}
2 changes: 1 addition & 1 deletion modules/test-util/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
{:mvn/version "0.1"}

org.clojure/test.check
{:mvn/version "1.1.0"}}}
{:mvn/version "1.1.1"}}}

0 comments on commit edd5bc3

Please sign in to comment.