Skip to content

Commit 0791763

Browse files
committed
Update Sentry Java SDK to 5.2.3
-=david=-
1 parent 90f3277 commit 0791763

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ commits since the beginning of this repository.
1616
### Added
1717
### Removed
1818

19+
## [5.2.157]
20+
21+
### Changed
22+
23+
- Update Sentry Java SDK to 5.2.3
24+
1925
## [5.2.156]
2026

2127
### Changed
@@ -168,7 +174,8 @@ commits since the beginning of this repository.
168174
compatible with Sentry 10.0.1 and below. If you wish to use those
169175
versions, please continue to use sentry-clj 1.7.30.
170176

171-
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/5.2.156...HEAD
177+
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/5.2.157...HEAD
178+
[5.2.157]: https://github.com/getsentry/sentry-clj/compare/5.0.156...5.2.157
172179
[5.2.156]: https://github.com/getsentry/sentry-clj/compare/5.0.155...5.2.156
173180
[5.2.155]: https://github.com/getsentry/sentry-clj/compare/5.0.154...5.2.155
174181
[5.2.154]: https://github.com/getsentry/sentry-clj/compare/5.0.152...5.2.154

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{:paths ["src"]
22

3-
:deps {io.sentry/sentry {:mvn/version "5.2.2"}
3+
:deps {io.sentry/sentry {:mvn/version "5.2.3"}
44
org.clojure/clojure {:mvn/version "1.10.3"}
55
ring/ring-core {:mvn/version "1.9.4"}}
66

examples/basic/deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{:paths ["src" "resources"]
22

33
:deps {ch.qos.logback/logback-classic {:mvn/version "1.2.6"}
4-
io.sentry/sentry {:mvn/version "5.2.2"}
5-
io.sentry/sentry-clj {:mvn/version "5.2.156"}
4+
io.sentry/sentry {:mvn/version "5.2.3"}
5+
io.sentry/sentry-clj {:mvn/version "5.2.157"}
66
org.clojure/clojure {:mvn/version "1.10.3"}
77
org.clojure/tools.cli {:mvn/version "1.0.206"}
88
org.clojure/tools.logging {:mvn/version "1.1.0"}

examples/uncaught/deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{:paths ["src" "resources"]
22

33
:deps {ch.qos.logback/logback-classic {:mvn/version "1.2.6"}
4-
io.sentry/sentry {:mvn/version "5.2.2"}
5-
io.sentry/sentry-clj {:mvn/version "5.2.156"}
4+
io.sentry/sentry {:mvn/version "5.2.3"}
5+
io.sentry/sentry-clj {:mvn/version "5.2.157"}
66
org.clojure/clojure {:mvn/version "1.10.3"}
77
org.clojure/tools.cli {:mvn/version "1.0.206"}
88
org.clojure/tools.logging {:mvn/version "1.1.0"}

0 commit comments

Comments
 (0)