File tree 5 files changed +11
-5
lines changed
5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ endeavour to be non-breaking (by moving to new names rather than by
10
10
breaking existing names). COMMITS is an ever-increasing counter of
11
11
commits since the beginning of this repository.
12
12
13
+ ## [ 7.18.223]
14
+
15
+ - Update Sentry Java SDK to 7.18.1
16
+ - Convert outer maps into HashMap. Thanks @sjamaan !
17
+
13
18
## [ 7.18.221]
14
19
15
20
- Update Sentry Java SDK to 7.18.0
@@ -423,7 +428,8 @@ commits since the beginning of this repository.
423
428
compatible with Sentry 10.0.1 and below. If you wish to use those
424
429
versions, please continue to use sentry-clj 1.7.30.
425
430
426
- [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/7.18.221...HEAD
431
+ [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/7.18.223...HEAD
432
+ [ 7.18.223 ] : https://github.com/getsentry/sentry-clj/compare/7.18.221...7.18.223
427
433
[ 7.18.221 ] : https://github.com/getsentry/sentry-clj/compare/7.16.219...7.18.221
428
434
[ 7.16.219 ] : https://github.com/getsentry/sentry-clj/compare/7.15.218...7.16.219
429
435
[ 7.15.218 ] : https://github.com/getsentry/sentry-clj/compare/7.11.216...7.15.218
Original file line number Diff line number Diff line change 4
4
; ;
5
5
; ;
6
6
; ;
7
- io.sentry/sentry {:mvn/version " 7.18.0 " }
7
+ io.sentry/sentry {:mvn/version " 7.18.1 " }
8
8
ring/ring-core {:mvn/version " 1.13.0" }}
9
9
10
10
:aliases {:build {:extra-deps {io.github.clojure/tools.build {:mvn/version " 0.10.6" }
Original file line number Diff line number Diff line change 5
5
; ;
6
6
; ;
7
7
ch.qos.logback/logback-classic {:mvn/version " 1.5.12" }
8
- io.sentry/sentry {:mvn/version " 7.18.0 " }
8
+ io.sentry/sentry {:mvn/version " 7.18.1 " }
9
9
io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
10
10
org.clojure/tools.cli {:mvn/version " 1.1.230" }
11
11
org.clojure/tools.logging {:mvn/version " 1.3.0" }
Original file line number Diff line number Diff line change 7
7
ch.qos.logback/logback-classic {:mvn/version " 1.5.12" }
8
8
integrant/integrant {:mvn/version " 0.13.1" }
9
9
integrant/repl {:mvn/version " 0.4.0" }
10
- io.sentry/sentry {:mvn/version " 7.18.0 " }
10
+ io.sentry/sentry {:mvn/version " 7.18.1 " }
11
11
io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
12
12
org.clojure/tools.cli {:mvn/version " 1.1.230" }
13
13
org.clojure/tools.logging {:mvn/version " 1.3.0" }
Original file line number Diff line number Diff line change 5
5
; ;
6
6
; ;
7
7
ch.qos.logback/logback-classic {:mvn/version " 1.5.12" }
8
- io.sentry/sentry {:mvn/version " 7.18.0 " }
8
+ io.sentry/sentry {:mvn/version " 7.18.1 " }
9
9
io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
10
10
org.clojure/tools.cli {:mvn/version " 1.1.230" }
11
11
org.clojure/tools.logging {:mvn/version " 1.3.0" }
You can’t perform that action at this time.
0 commit comments