Skip to content

Commit

Permalink
Merge pull request #565 from samply/update
Browse files Browse the repository at this point in the history
Update Dependencies
  • Loading branch information
alexanderkiel authored Dec 14, 2021
2 parents dc88ea8 + 18113ea commit 82e1da9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.1"}}
{:mvn/version "1.2.0"}}

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

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

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

:outdated
{:replace-deps
Expand Down
4 changes: 2 additions & 2 deletions modules/cassandra/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
com.datastax.oss/java-driver-core
{:mvn/version "4.13.0"}

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

:aliases
{:test
Expand Down
2 changes: 1 addition & 1 deletion modules/cql/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{:mvn/version "2.13.0"}

info.cqframework/cql-to-elm
{:mvn/version "1.5.4"
{:mvn/version "1.5.5"
:exclusions
[com.google.code.javaparser/javaparser
info.cqframework/qdm
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 "1.5.4"}}
{:mvn/version "1.5.5"}}

:aliases
{:test
Expand Down

0 comments on commit 82e1da9

Please sign in to comment.