Skip to content

Commit 1931201

Browse files
committed
Update Sentry Java SDK to 7.18.1
Convert outer maps into HashMap. Thanks @sjamaan! -=david=-
1 parent 510c8b2 commit 1931201

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ endeavour to be non-breaking (by moving to new names rather than by
1010
breaking existing names). COMMITS is an ever-increasing counter of
1111
commits since the beginning of this repository.
1212

13+
## [7.18.223]
14+
15+
- Update Sentry Java SDK to 7.18.1
16+
- Convert outer maps into HashMap. Thanks @sjamaan!
17+
1318
## [7.18.221]
1419

1520
- Update Sentry Java SDK to 7.18.0
@@ -423,7 +428,8 @@ commits since the beginning of this repository.
423428
compatible with Sentry 10.0.1 and below. If you wish to use those
424429
versions, please continue to use sentry-clj 1.7.30.
425430

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
427433
[7.18.221]: https://github.com/getsentry/sentry-clj/compare/7.16.219...7.18.221
428434
[7.16.219]: https://github.com/getsentry/sentry-clj/compare/7.15.218...7.16.219
429435
[7.15.218]: https://github.com/getsentry/sentry-clj/compare/7.11.216...7.15.218

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;;
55
;;
66
;;
7-
io.sentry/sentry {:mvn/version "7.18.0"}
7+
io.sentry/sentry {:mvn/version "7.18.1"}
88
ring/ring-core {:mvn/version "1.13.0"}}
99

1010
:aliases {:build {:extra-deps {io.github.clojure/tools.build {:mvn/version "0.10.6"}

examples/basic/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;;
66
;;
77
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"}
99
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
1010
org.clojure/tools.cli {:mvn/version "1.1.230"}
1111
org.clojure/tools.logging {:mvn/version "1.3.0"}

examples/ring_with_tracing/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
ch.qos.logback/logback-classic {:mvn/version "1.5.12"}
88
integrant/integrant {:mvn/version "0.13.1"}
99
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"}
1111
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
1212
org.clojure/tools.cli {:mvn/version "1.1.230"}
1313
org.clojure/tools.logging {:mvn/version "1.3.0"}

examples/uncaught/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;;
66
;;
77
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"}
99
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
1010
org.clojure/tools.cli {:mvn/version "1.1.230"}
1111
org.clojure/tools.logging {:mvn/version "1.3.0"}

0 commit comments

Comments
 (0)