File tree Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" }
Original file line number Diff line number Diff line change 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" }
You can’t perform that action at this time.
0 commit comments