File tree Expand file tree Collapse file tree 4 files changed +17
-8
lines changed Expand file tree Collapse file tree 4 files changed +17
-8
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.163]
20
+
21
+ ### Changed
22
+
23
+ - Update Sentry Java SDK to 5.5.1
24
+
19
25
## [ 5.5.162]
20
26
21
27
### Changed
@@ -204,8 +210,9 @@ commits since the beginning of this repository.
204
210
compatible with Sentry 10.0.1 and below. If you wish to use those
205
211
versions, please continue to use sentry-clj 1.7.30.
206
212
207
- [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/5.5.162...HEAD
208
- [ 5.5.162 ] : https://github.com/getsentry/sentry-clj/compare/5.4.160...5.5.162
213
+ [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/5.5.163...HEAD
214
+ [ 5.5.163 ] : https://github.com/getsentry/sentry-clj/compare/5.5.162...5.5.163
215
+ [ 5.5.162 ] : https://github.com/getsentry/sentry-clj/compare/5.4.161...5.5.162
209
216
[ 5.4.161 ] : https://github.com/getsentry/sentry-clj/compare/5.4.160...5.4.161
210
217
[ 5.4.160 ] : https://github.com/getsentry/sentry-clj/compare/5.3.159...5.4.160
211
218
[ 5.3.159 ] : https://github.com/getsentry/sentry-clj/compare/5.2.158...5.3.159
Original file line number Diff line number Diff line change 1
1
{:paths [" src" ]
2
2
3
3
:deps {org.clojure/clojure {:mvn/version " 1.10.3" }
4
-
5
- io.sentry/sentry {:mvn/version " 5.5.0" }
4
+ ; ;
5
+ ; ;
6
+ ; ;
7
+ io.sentry/sentry {:mvn/version " 5.5.1" }
6
8
ring/ring-core {:mvn/version " 1.9.4" }}
7
9
8
10
:aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag " v0.6.3"
Original file line number Diff line number Diff line change 3
3
:deps {org.clojure/clojure {:mvn/version " 1.10.3" }
4
4
5
5
ch.qos.logback/logback-classic {:mvn/version " 1.2.7" }
6
- io.sentry/sentry {:mvn/version " 5.5.0 " }
7
- io.sentry/sentry-clj {:mvn/version " 5.5.162 " }
6
+ io.sentry/sentry {:mvn/version " 5.5.1 " }
7
+ io.sentry/sentry-clj {:mvn/version " 5.5.163 " }
8
8
org.clojure/tools.cli {:mvn/version " 1.0.206" }
9
9
org.clojure/tools.logging {:mvn/version " 1.2.1" }
10
10
org.slf4j/jcl-over-slf4j {:mvn/version " 1.7.32" }
Original file line number Diff line number Diff line change 3
3
:deps {org.clojure/clojure {:mvn/version " 1.10.3" }
4
4
5
5
ch.qos.logback/logback-classic {:mvn/version " 1.2.7" }
6
- io.sentry/sentry {:mvn/version " 5.5.0 " }
7
- io.sentry/sentry-clj {:mvn/version " 5.5.162 " }
6
+ io.sentry/sentry {:mvn/version " 5.5.1 " }
7
+ io.sentry/sentry-clj {:mvn/version " 5.5.163 " }
8
8
org.clojure/tools.cli {:mvn/version " 1.0.206" }
9
9
org.clojure/tools.logging {:mvn/version " 1.2.1" }
10
10
org.slf4j/jcl-over-slf4j {:mvn/version " 1.7.32" }
You can’t perform that action at this time.
0 commit comments