File tree Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 38
38
- name : Setup Clojure
39
39
uses : DeLaGuardo/setup-clojure@master
40
40
with :
41
- tools-deps : ' latest'
41
+ cli : ' latest'
42
42
43
43
- name : Run Tests
44
44
run : clojure -T:build run-tests
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ commits since the beginning of this repository.
16
16
### Added
17
17
### Removed
18
18
19
+ ## [ 5.7.178]
20
+
21
+ - Update Sentry Java SDK to 5.7.3.
22
+
19
23
## [ 5.7.177]
20
24
21
25
- Update Sentry Java SDK to 5.7.2.
@@ -279,7 +283,8 @@ commits since the beginning of this repository.
279
283
compatible with Sentry 10.0.1 and below. If you wish to use those
280
284
versions, please continue to use sentry-clj 1.7.30.
281
285
282
- [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/5.7.177...HEAD
286
+ [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/5.7.178...HEAD
287
+ [ 5.7.178 ] : https://github.com/getsentry/sentry-clj/compare/5.7.177...5.7.178
283
288
[ 5.7.177 ] : https://github.com/getsentry/sentry-clj/compare/5.7.176...5.7.177
284
289
[ 5.7.176 ] : https://github.com/getsentry/sentry-clj/compare/5.7.172...5.7.176
285
290
[ 5.7.172 ] : https://github.com/getsentry/sentry-clj/compare/5.7.171...5.7.172
Original file line number Diff line number Diff line change 4
4
; ;
5
5
; ;
6
6
; ;
7
- io.sentry/sentry {:mvn/version " 5.7.2 " }
7
+ io.sentry/sentry {:mvn/version " 5.7.3 " }
8
8
ring/ring-core {:mvn/version " 1.9.5" }}
9
9
10
10
:aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag " v0.8.0"
14
14
:test {:extra-paths [" test" ]
15
15
:extra-deps {cheshire/cheshire {:mvn/version " 5.10.2" }
16
16
com.github.seancorfield/expectations {:mvn/version " 2.0.160" }
17
- lambdaisland/kaocha {:mvn/version " 1.64.1010 " }
17
+ lambdaisland/kaocha {:mvn/version " 1.65.1029 " }
18
18
lambdaisland/kaocha-cloverage {:mvn/version " 1.0.75" }
19
19
lambdaisland/kaocha-junit-xml {:mvn/version " 0.0.76" }
20
20
orchestra/orchestra {:mvn/version " 2021.01.01-1" }
Original file line number Diff line number Diff line change 5
5
; ;
6
6
; ;
7
7
ch.qos.logback/logback-classic {:mvn/version " 1.2.11" }
8
- io.sentry/sentry {:mvn/version " 5.7.2 " }
8
+ io.sentry/sentry {:mvn/version " 5.7.3 " }
9
9
io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
10
10
org.clojure/tools.cli {:mvn/version " 1.0.206" }
11
11
org.clojure/tools.logging {:mvn/version " 1.2.4" }
Original file line number Diff line number Diff line change 7
7
ch.qos.logback/logback-classic {:mvn/version " 1.2.11" }
8
8
integrant/integrant {:mvn/version " 0.8.0" }
9
9
integrant/repl {:mvn/version " 0.3.2" }
10
- io.sentry/sentry {:mvn/version " 5.7.2 " }
10
+ io.sentry/sentry {:mvn/version " 5.7.3 " }
11
11
io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
12
12
org.clojure/tools.cli {:mvn/version " 1.0.206" }
13
13
org.clojure/tools.logging {:mvn/version " 1.2.4" }
Original file line number Diff line number Diff line change 5
5
; ;
6
6
; ;
7
7
ch.qos.logback/logback-classic {:mvn/version " 1.2.11" }
8
- io.sentry/sentry {:mvn/version " 5.7.2 " }
8
+ io.sentry/sentry {:mvn/version " 5.7.3 " }
9
9
io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
10
10
org.clojure/tools.cli {:mvn/version " 1.0.206" }
11
11
org.clojure/tools.logging {:mvn/version " 1.2.4" }
You can’t perform that action at this time.
0 commit comments