Skip to content

Commit

Permalink
Merge pull request #789 from samply/update
Browse files Browse the repository at this point in the history
Update Dependencies
  • Loading branch information
alexanderkiel authored Sep 13, 2022
2 parents 82afcea + edf773c commit 4614051
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .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.08.03'
version: '2022.09.08'

- name: Check out Git repository
uses: actions/checkout@v3
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.80.Final"}}
{:mvn/version "4.1.81.Final"}}

:aliases
{:test
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.2.1"}}
{:mvn/version "3.2.2"}}

:aliases
{:test
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.18"}

ring/ring-core
{:mvn/version "1.9.5"
{:mvn/version "1.9.6"
:exclusions
[commons-fileupload/commons-fileupload
crypto-equality/crypto-equality
Expand Down
2 changes: 1 addition & 1 deletion modules/server/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{:mvn/version "9.4.48.v20220622"}

ring/ring-jetty-adapter
{:mvn/version "1.9.5"
{:mvn/version "1.9.6"
:exclusions
[clj-time/clj-time
commons-fileupload/commons-fileupload
Expand Down

0 comments on commit 4614051

Please sign in to comment.