Skip to content

Commit 0ea6450

Browse files
committed
Bump dependencies
1 parent 6be4cf1 commit 0ea6450

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66

77
- Support "global" parameters that are shared by all endpoints/operations of a
88
given API
9+
10+
## Changed
11+
12+
- bump dependencies

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{:deps {lambdaisland/open-source {:git/url "https://github.com/lambdaisland/open-source"
2-
:git/sha "0bd06e00f3b930d9a0fdd0ed90d47a9a333b19da"}}}
2+
:git/sha "d2cf5c8fc09d5c8b1078e13071c7a84937d21b54"}}}

deps.edn

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{:paths ["src"]
2-
:deps {org.clojure/core.async {:mvn/version "1.5.648"}
2+
:deps {org.clojure/core.async {:mvn/version "1.8.741"}
33
com.cognitect/anomalies {:mvn/version "0.1.12"}
4-
org.clojure/data.json {:mvn/version "2.4.0"}
5-
com.google.auth/google-auth-library-oauth2-http {:mvn/version "1.6.0"}
4+
org.clojure/data.json {:mvn/version "2.5.1"}
5+
com.google.auth/google-auth-library-oauth2-http {:mvn/version "1.41.0"}
66
java-http-clj/java-http-clj {:mvn/version "0.4.3"}}
77
:aliases {:test {:extra-paths ["test"]
88
:extra-deps {provisdom/test {:git/url "https://github.com/Provisdom/test.git"
9-
:sha "c12852d4dbe90ed5a6a8675618cfbf49eed60970"}
10-
org.clojure/test.check {:mvn/version "1.1.1"}}}
9+
:git/sha "e61c16a40bd5d1676afcef6791fd8cb60551b5a4"}
10+
org.clojure/test.check {:mvn/version "1.1.2"}}}
1111
:build {:deps {io.github.seancorfield/build-clj {:git/tag "v0.8.0" :git/sha "9bd8b8a"}}
1212
:ns-default build}
13-
:test-runner {:extra-deps {lambdaisland/kaocha {:mvn/version "1.64.1010"}}
13+
:test-runner {:extra-deps {lambdaisland/kaocha {:mvn/version "1.91.1392"}}
1414
:main-opts ["-m" "kaocha.runner"]}
1515
:dev {:extra-paths ["resources" "env" "gcp-api-descriptors"]
1616
:extra-deps {com.climate/claypoole {:mvn/version "1.1.4"}}}

0 commit comments

Comments
 (0)