Skip to content

Commit

Permalink
Merge pull request #585 from samply/update
Browse files Browse the repository at this point in the history
Update Dependencies
  • Loading branch information
alexanderkiel authored Jan 20, 2022
2 parents b6689a8 + b4eb7a0 commit b61930b
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 21 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: '2021.12.19'
version: '2022.01.15'

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

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

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

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

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

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

- 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 @@ -44,7 +44,7 @@
{:mvn/version "1.3.6"}

org.slf4j/slf4j-nop
{:mvn/version "1.7.32"}}
{:mvn/version "1.7.33"}}

:aliases
{:depstar
Expand Down Expand Up @@ -84,7 +84,7 @@
{:mvn/version "1.3.1"}

org.slf4j/slf4j-nop
{:mvn/version "1.7.32"}}
{:mvn/version "1.7.33"}}

:main-opts
["-m" "antq.core"
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 @@ -5,7 +5,7 @@
{:mvn/version "31.0.1-jre"}

com.google.protobuf/protobuf-java
{:mvn/version "3.19.2"}
{:mvn/version "3.19.3"}

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

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

: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 @@ -23,7 +23,7 @@
{:mvn/version "5.1.2"}

funcool/cuerdas
{:mvn/version "2021.05.29-0"}
{:mvn/version "2022.01.14-391"}

metosin/jsonista
{:mvn/version "0.3.5"}
Expand Down
5 changes: 1 addition & 4 deletions modules/openid-auth/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
{:local/root "../scheduler"}

buddy/buddy-auth
{:mvn/version "3.0.1"}

buddy/buddy-sign
{:mvn/version "3.4.1"}}
{:mvn/version "3.0.323"}}

:aliases
{:test
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 @@ -15,7 +15,7 @@
{:local/root "../structure-definition"}

buddy/buddy-auth
{:mvn/version "3.0.1"}
{:mvn/version "3.0.323"}

org.clojure/data.xml
{:mvn/version "0.2.0-alpha6"}}
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 @@ -15,7 +15,7 @@
{:mvn/version "0.5.15"}

ring/ring-core
{:mvn/version "1.9.4"
{:mvn/version "1.9.5"
:exclusions
[commons-fileupload/commons-fileupload
crypto-equality/crypto-equality
Expand Down
6 changes: 3 additions & 3 deletions modules/server/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{:mvn/version "9.4.44.v20210927"}

ring/ring-jetty-adapter
{:mvn/version "1.9.4"
{:mvn/version "1.9.5"
:exclusions
[clj-time/clj-time
commons-fileupload/commons-fileupload
Expand All @@ -31,7 +31,7 @@
{:mvn/version "1.60.977"}

org.slf4j/slf4j-nop
{:mvn/version "1.7.32"}}
{:mvn/version "1.7.33"}}

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

Expand All @@ -49,7 +49,7 @@
{:mvn/version "0.8.2"}

org.slf4j/slf4j-nop
{:mvn/version "1.7.32"}}
{:mvn/version "1.7.33"}}

:main-opts ["-m" "cloverage.coverage" "--codecov" "-p" "src" "-s" "test"
"-e" ".*spec$"]}}}

0 comments on commit b61930b

Please sign in to comment.