File tree Expand file tree Collapse file tree 4 files changed +25
-14
lines changed Expand file tree Collapse file tree 4 files changed +25
-14
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.5.164]
20
+
21
+ ### Changed
22
+
23
+ - Update Sentry Java SDK to 5.5.2
24
+
19
25
## [ 5.5.163]
20
26
21
27
### Changed
@@ -210,7 +216,8 @@ commits since the beginning of this repository.
210
216
compatible with Sentry 10.0.1 and below. If you wish to use those
211
217
versions, please continue to use sentry-clj 1.7.30.
212
218
213
- [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/5.5.163...HEAD
219
+ [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/5.5.164...HEAD
220
+ [ 5.5.163 ] : https://github.com/getsentry/sentry-clj/compare/5.5.163...5.5.164
214
221
[ 5.5.163 ] : https://github.com/getsentry/sentry-clj/compare/5.5.162...5.5.163
215
222
[ 5.5.162 ] : https://github.com/getsentry/sentry-clj/compare/5.4.161...5.5.162
216
223
[ 5.4.161 ] : https://github.com/getsentry/sentry-clj/compare/5.4.160...5.4.161
Original file line number Diff line number Diff line change 4
4
; ;
5
5
; ;
6
6
; ;
7
- io.sentry/sentry {:mvn/version " 5.5.1 " }
7
+ io.sentry/sentry {:mvn/version " 5.5.2 " }
8
8
ring/ring-core {:mvn/version " 1.9.4" }}
9
9
10
10
:aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag " v0.6.3"
14
14
:test {:extra-paths [" test" ]
15
15
:extra-deps {cheshire/cheshire {:mvn/version " 5.10.1" }
16
16
expectations/clojure-test {:mvn/version " 1.2.1" }
17
- lambdaisland/kaocha {:mvn/version " 1.60.945 " }
17
+ lambdaisland/kaocha {:mvn/version " 1.60.972 " }
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
23
:antq {:replace-deps {org.slf4j/slf4j-nop {:mvn/version " 1.7.32" }
24
- com.github.liquidz/antq {:mvn/version " 1.3.0 " }}
24
+ com.github.liquidz/antq {:mvn/version " 1.3.1 " }}
25
25
:main-opts [" -m" " antq.core"
26
26
" --skip" " pom"
27
27
" --upgrade"
Original file line number Diff line number Diff line change 1
1
{:paths [" src" " resources" ]
2
2
3
3
:deps {org.clojure/clojure {:mvn/version " 1.10.3" }
4
-
5
- ch.qos.logback/logback-classic {:mvn/version " 1.2.7" }
6
- io.sentry/sentry {:mvn/version " 5.5.1" }
7
- io.sentry/sentry-clj {:mvn/version " 5.5.163" }
4
+ ; ;
5
+ ; ;
6
+ ; ;
7
+ ch.qos.logback/logback-classic {:mvn/version " 1.2.9" }
8
+ io.sentry/sentry {:mvn/version " 5.5.2" }
9
+ io.sentry/sentry-clj {:mvn/version " 5.5.164" }
8
10
org.clojure/tools.cli {:mvn/version " 1.0.206" }
9
- org.clojure/tools.logging {:mvn/version " 1.2.1 " }
11
+ org.clojure/tools.logging {:mvn/version " 1.2.3 " }
10
12
org.slf4j/jcl-over-slf4j {:mvn/version " 1.7.32" }
11
13
org.slf4j/jul-to-slf4j {:mvn/version " 1.7.32" }
12
14
org.slf4j/log4j-over-slf4j {:mvn/version " 1.7.32" }
Original file line number Diff line number Diff line change 1
1
{:paths [" src" " resources" ]
2
2
3
3
:deps {org.clojure/clojure {:mvn/version " 1.10.3" }
4
-
5
- ch.qos.logback/logback-classic {:mvn/version " 1.2.7" }
6
- io.sentry/sentry {:mvn/version " 5.5.1" }
7
- io.sentry/sentry-clj {:mvn/version " 5.5.163" }
4
+ ; ;
5
+ ; ;
6
+ ; ;
7
+ ch.qos.logback/logback-classic {:mvn/version " 1.2.9" }
8
+ io.sentry/sentry {:mvn/version " 5.5.2" }
9
+ io.sentry/sentry-clj {:mvn/version " 5.5.164" }
8
10
org.clojure/tools.cli {:mvn/version " 1.0.206" }
9
- org.clojure/tools.logging {:mvn/version " 1.2.1 " }
11
+ org.clojure/tools.logging {:mvn/version " 1.2.3 " }
10
12
org.slf4j/jcl-over-slf4j {:mvn/version " 1.7.32" }
11
13
org.slf4j/jul-to-slf4j {:mvn/version " 1.7.32" }
12
14
org.slf4j/log4j-over-slf4j {:mvn/version " 1.7.32" }
You can’t perform that action at this time.
0 commit comments