Skip to content

Commit 6377e46

Browse files
committed
Update Sentry Java SDK to 5.5.1
-=david=-
1 parent 4441d08 commit 6377e46

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
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.5.163]
20+
21+
### Changed
22+
23+
- Update Sentry Java SDK to 5.5.1
24+
1925
## [5.5.162]
2026

2127
### Changed
@@ -204,8 +210,9 @@ commits since the beginning of this repository.
204210
compatible with Sentry 10.0.1 and below. If you wish to use those
205211
versions, please continue to use sentry-clj 1.7.30.
206212

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
209216
[5.4.161]: https://github.com/getsentry/sentry-clj/compare/5.4.160...5.4.161
210217
[5.4.160]: https://github.com/getsentry/sentry-clj/compare/5.3.159...5.4.160
211218
[5.3.159]: https://github.com/getsentry/sentry-clj/compare/5.2.158...5.3.159

deps.edn

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

33
: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"}
68
ring/ring-core {:mvn/version "1.9.4"}}
79

810
:aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag "v0.6.3"

examples/basic/deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
44

55
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"}
88
org.clojure/tools.cli {:mvn/version "1.0.206"}
99
org.clojure/tools.logging {:mvn/version "1.2.1"}
1010
org.slf4j/jcl-over-slf4j {:mvn/version "1.7.32"}

examples/uncaught/deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
44

55
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"}
88
org.clojure/tools.cli {:mvn/version "1.0.206"}
99
org.clojure/tools.logging {:mvn/version "1.2.1"}
1010
org.slf4j/jcl-over-slf4j {:mvn/version "1.7.32"}

0 commit comments

Comments
 (0)