Skip to content

Commit

Permalink
Update Sentry Java SDK to 5.5.1
Browse files Browse the repository at this point in the history
-=david=-
  • Loading branch information
dharrigan committed Dec 17, 2021
1 parent 4441d08 commit 6377e46
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ commits since the beginning of this repository.
### Added
### Removed

## [5.5.163]

### Changed

- Update Sentry Java SDK to 5.5.1

## [5.5.162]

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

[Unreleased]: https://github.com/getsentry/sentry-clj/compare/5.5.162...HEAD
[5.5.162]: https://github.com/getsentry/sentry-clj/compare/5.4.160...5.5.162
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/5.5.163...HEAD
[5.5.163]: https://github.com/getsentry/sentry-clj/compare/5.5.162...5.5.163
[5.5.162]: https://github.com/getsentry/sentry-clj/compare/5.4.161...5.5.162
[5.4.161]: https://github.com/getsentry/sentry-clj/compare/5.4.160...5.4.161
[5.4.160]: https://github.com/getsentry/sentry-clj/compare/5.3.159...5.4.160
[5.3.159]: https://github.com/getsentry/sentry-clj/compare/5.2.158...5.3.159
Expand Down
6 changes: 4 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{:paths ["src"]

:deps {org.clojure/clojure {:mvn/version "1.10.3"}

io.sentry/sentry {:mvn/version "5.5.0"}
;;
;;
;;
io.sentry/sentry {:mvn/version "5.5.1"}
ring/ring-core {:mvn/version "1.9.4"}}

:aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag "v0.6.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
:deps {org.clojure/clojure {:mvn/version "1.10.3"}

ch.qos.logback/logback-classic {:mvn/version "1.2.7"}
io.sentry/sentry {:mvn/version "5.5.0"}
io.sentry/sentry-clj {:mvn/version "5.5.162"}
io.sentry/sentry {:mvn/version "5.5.1"}
io.sentry/sentry-clj {:mvn/version "5.5.163"}
org.clojure/tools.cli {:mvn/version "1.0.206"}
org.clojure/tools.logging {:mvn/version "1.2.1"}
org.slf4j/jcl-over-slf4j {:mvn/version "1.7.32"}
Expand Down
4 changes: 2 additions & 2 deletions examples/uncaught/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
:deps {org.clojure/clojure {:mvn/version "1.10.3"}

ch.qos.logback/logback-classic {:mvn/version "1.2.7"}
io.sentry/sentry {:mvn/version "5.5.0"}
io.sentry/sentry-clj {:mvn/version "5.5.162"}
io.sentry/sentry {:mvn/version "5.5.1"}
io.sentry/sentry-clj {:mvn/version "5.5.163"}
org.clojure/tools.cli {:mvn/version "1.0.206"}
org.clojure/tools.logging {:mvn/version "1.2.1"}
org.slf4j/jcl-over-slf4j {:mvn/version "1.7.32"}
Expand Down

0 comments on commit 6377e46

Please sign in to comment.