File tree Expand file tree Collapse file tree 4 files changed +25
-19
lines changed Expand file tree Collapse file tree 4 files changed +25
-19
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ commits since the beginning of this repository.
16
16
### Added
17
17
### Removed
18
18
19
+ ## [ 5.6.166]
20
+
21
+ ### Changed
22
+
23
+ - Update Sentry Java SDK to 5.6.0.
24
+
19
25
## [ 5.5.165]
20
26
21
27
### Changed
@@ -231,7 +237,8 @@ commits since the beginning of this repository.
231
237
compatible with Sentry 10.0.1 and below. If you wish to use those
232
238
versions, please continue to use sentry-clj 1.7.30.
233
239
234
- [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/5.5.165...HEAD
240
+ [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/5.6.166...HEAD
241
+ [ 5.6.166 ] : https://github.com/getsentry/sentry-clj/compare/5.5.165...5.6.166
235
242
[ 5.5.165 ] : https://github.com/getsentry/sentry-clj/compare/5.5.164...5.5.165
236
243
[ 5.5.164 ] : https://github.com/getsentry/sentry-clj/compare/5.5.163...5.5.164
237
244
[ 5.5.163 ] : https://github.com/getsentry/sentry-clj/compare/5.5.162...5.5.163
Original file line number Diff line number Diff line change 4
4
; ;
5
5
; ;
6
6
; ;
7
- io.sentry/sentry {:mvn/version " 5.5.3 " }
7
+ io.sentry/sentry {:mvn/version " 5.6.0 " }
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.6.7"
11
11
:git/sha " 22c2d09" }}
12
12
:ns-default scripts.build}
13
13
14
14
:test {:extra-paths [" test" ]
15
- :extra-deps {cheshire/cheshire {:mvn/version " 5.10.1 " }
16
- expectations/clojure-test {:mvn/version " 1.2.1 " }
15
+ :extra-deps {cheshire/cheshire {:mvn/version " 5.10.2 " }
16
+ com.github.seancorfield/expectations {:mvn/version " 2.0.157 " }
17
17
lambdaisland/kaocha {:mvn/version " 1.60.977" }
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-paths [" ." ]
24
- :replace-deps {com.github.liquidz/antq {:mvn/version " 1.4.0" }
25
- org.slf4j/slf4j-nop {:mvn/version " 1.7.33" }}
23
+ :antq {:replace-deps {com.github.liquidz/antq {:mvn/version " 1.4.0" }
24
+ org.slf4j/slf4j-nop {:mvn/version " 1.7.35" }}
26
25
:exec-fn antq.tool/outdated
27
26
:exec-args {:directory [" ." ]
28
27
:skip [" pom" ]
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.10" }
8
- io.sentry/sentry {:mvn/version " 5.5.3 " }
9
- io.sentry/sentry-clj {:mvn/version " 5.5.165 " }
8
+ io.sentry/sentry {:mvn/version " 5.6.0 " }
9
+ io.sentry/sentry-clj {:mvn/version " 5.6.166 " }
10
10
org.clojure/tools.cli {:mvn/version " 1.0.206" }
11
11
org.clojure/tools.logging {:mvn/version " 1.2.4" }
12
- org.slf4j/jcl-over-slf4j {:mvn/version " 1.7.33 " }
13
- org.slf4j/jul-to-slf4j {:mvn/version " 1.7.33 " }
14
- org.slf4j/log4j-over-slf4j {:mvn/version " 1.7.33 " }
15
- org.slf4j/slf4j-api {:mvn/version " 1.7.33 " }}}
12
+ org.slf4j/jcl-over-slf4j {:mvn/version " 1.7.35 " }
13
+ org.slf4j/jul-to-slf4j {:mvn/version " 1.7.35 " }
14
+ org.slf4j/log4j-over-slf4j {:mvn/version " 1.7.35 " }
15
+ org.slf4j/slf4j-api {:mvn/version " 1.7.35 " }}}
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.10" }
8
- io.sentry/sentry {:mvn/version " 5.5.3 " }
9
- io.sentry/sentry-clj {:mvn/version " 5.5.165 " }
8
+ io.sentry/sentry {:mvn/version " 5.6.0 " }
9
+ io.sentry/sentry-clj {:mvn/version " 5.6.166 " }
10
10
org.clojure/tools.cli {:mvn/version " 1.0.206" }
11
11
org.clojure/tools.logging {:mvn/version " 1.2.4" }
12
- org.slf4j/jcl-over-slf4j {:mvn/version " 1.7.33 " }
13
- org.slf4j/jul-to-slf4j {:mvn/version " 1.7.33 " }
14
- org.slf4j/log4j-over-slf4j {:mvn/version " 1.7.33 " }
15
- org.slf4j/slf4j-api {:mvn/version " 1.7.33 " }}}
12
+ org.slf4j/jcl-over-slf4j {:mvn/version " 1.7.35 " }
13
+ org.slf4j/jul-to-slf4j {:mvn/version " 1.7.35 " }
14
+ org.slf4j/log4j-over-slf4j {:mvn/version " 1.7.35 " }
15
+ org.slf4j/slf4j-api {:mvn/version " 1.7.35 " }}}
You can’t perform that action at this time.
0 commit comments