File tree Expand file tree Collapse file tree 5 files changed +14
-8
lines changed Expand file tree Collapse file tree 5 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ commits since the beginning of this repository.
16
16
### Added
17
17
### Removed
18
18
19
+ ## [ 5.7.180]
20
+
21
+ - Update Sentry Java SDK to 5.7.4.
22
+ - Upgrade Clojure to 1.11.1.
23
+
19
24
## [ 5.7.178]
20
25
21
26
- Update Sentry Java SDK to 5.7.3.
@@ -283,7 +288,8 @@ commits since the beginning of this repository.
283
288
compatible with Sentry 10.0.1 and below. If you wish to use those
284
289
versions, please continue to use sentry-clj 1.7.30.
285
290
286
- [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/5.7.178...HEAD
291
+ [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/5.7.180...HEAD
292
+ [ 5.7.180 ] : https://github.com/getsentry/sentry-clj/compare/5.7.178...5.7.180
287
293
[ 5.7.178 ] : https://github.com/getsentry/sentry-clj/compare/5.7.177...5.7.178
288
294
[ 5.7.177 ] : https://github.com/getsentry/sentry-clj/compare/5.7.176...5.7.177
289
295
[ 5.7.176 ] : https://github.com/getsentry/sentry-clj/compare/5.7.172...5.7.176
Original file line number Diff line number Diff line change 1
1
{:paths [" src" ]
2
2
3
- :deps {org.clojure/clojure {:mvn/version " 1.10.3 " }
3
+ :deps {org.clojure/clojure {:mvn/version " 1.11.1 " }
4
4
; ;
5
5
; ;
6
6
; ;
7
- io.sentry/sentry {:mvn/version " 5.7.3 " }
7
+ io.sentry/sentry {:mvn/version " 5.7.4 " }
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.65.1029 " }
17
+ lambdaisland/kaocha {:mvn/version " 1.66.1034 " }
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" }
21
21
org.clojure/test.check {:mvn/version " 1.1.1" }}}
22
22
23
- :antq {:replace-deps {com.github.liquidz/antq {:mvn/version " 1.6.1 " }
23
+ :antq {:replace-deps {com.github.liquidz/antq {:mvn/version " 1.6.2 " }
24
24
org.slf4j/slf4j-nop {:mvn/version " 1.7.36" }}
25
25
:exec-fn antq.tool/outdated
26
26
:exec-args {:directory [" ." ]
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.3 " }
8
+ io.sentry/sentry {:mvn/version " 5.7.4 " }
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.3 " }
10
+ io.sentry/sentry {:mvn/version " 5.7.4 " }
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.3 " }
8
+ io.sentry/sentry {:mvn/version " 5.7.4 " }
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