Skip to content

Commit

Permalink
Update Sentry Java SDK to 5.6.1
Browse files Browse the repository at this point in the history
-=david=-
  • Loading branch information
dharrigan committed Feb 7, 2022
1 parent 7033877 commit c3c13e8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion 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.6.169]

### Changed

- Update Sentry Java SDK to 5.6.1.

## [5.6.166]

### Changed
Expand Down Expand Up @@ -237,7 +243,8 @@ 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.6.166...HEAD
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/5.6.169...HEAD
[5.6.169]: https://github.com/getsentry/sentry-clj/compare/5.5.166...5.6.169
[5.6.166]: https://github.com/getsentry/sentry-clj/compare/5.5.165...5.6.166
[5.5.165]: https://github.com/getsentry/sentry-clj/compare/5.5.164...5.5.165
[5.5.164]: https://github.com/getsentry/sentry-clj/compare/5.5.163...5.5.164
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;;
;;
;;
io.sentry/sentry {:mvn/version "5.6.0"}
io.sentry/sentry {:mvn/version "5.6.1"}
ring/ring-core {:mvn/version "1.9.5"}}

:aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag "v0.6.7"
Expand All @@ -14,7 +14,7 @@
:test {:extra-paths ["test"]
:extra-deps {cheshire/cheshire {:mvn/version "5.10.2"}
com.github.seancorfield/expectations {:mvn/version "2.0.157"}
lambdaisland/kaocha {:mvn/version "1.60.977"}
lambdaisland/kaocha {:mvn/version "1.62.993"}
lambdaisland/kaocha-cloverage {:mvn/version "1.0.75"}
lambdaisland/kaocha-junit-xml {:mvn/version "0.0.76"}
orchestra/orchestra {:mvn/version "2021.01.01-1"}
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
;;
;;
ch.qos.logback/logback-classic {:mvn/version "1.2.10"}
io.sentry/sentry {:mvn/version "5.6.0"}
io.sentry/sentry-clj {:mvn/version "5.6.166"}
io.sentry/sentry {:mvn/version "5.6.1"}
io.sentry/sentry-clj {:mvn/version "5.6.169"}
org.clojure/tools.cli {:mvn/version "1.0.206"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
org.slf4j/jcl-over-slf4j {:mvn/version "1.7.35"}
Expand Down
4 changes: 2 additions & 2 deletions examples/uncaught/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
;;
;;
ch.qos.logback/logback-classic {:mvn/version "1.2.10"}
io.sentry/sentry {:mvn/version "5.6.0"}
io.sentry/sentry-clj {:mvn/version "5.6.166"}
io.sentry/sentry {:mvn/version "5.6.1"}
io.sentry/sentry-clj {:mvn/version "5.6.169"}
org.clojure/tools.cli {:mvn/version "1.0.206"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
org.slf4j/jcl-over-slf4j {:mvn/version "1.7.35"}
Expand Down

0 comments on commit c3c13e8

Please sign in to comment.