Skip to content

Commit

Permalink
Update Sentry Java SDK to 5.7.2
Browse files Browse the repository at this point in the history
-=david=-
  • Loading branch information
dharrigan committed Apr 11, 2022
1 parent 1714b61 commit c79deec
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ commits since the beginning of this repository.
### Added
### Removed

## [5.7.177]

- Update Sentry Java SDK to 5.7.2.

## [5.7.176]

### Added
Expand Down Expand Up @@ -275,7 +279,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.7.176...HEAD
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/5.7.177...HEAD
[5.7.177]: https://github.com/getsentry/sentry-clj/compare/5.7.176...5.7.177
[5.7.176]: https://github.com/getsentry/sentry-clj/compare/5.7.172...5.7.176
[5.7.172]: https://github.com/getsentry/sentry-clj/compare/5.7.171...5.7.172
[5.7.171]: https://github.com/getsentry/sentry-clj/compare/5.6.170...5.7.171
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.7.1"}
io.sentry/sentry {:mvn/version "5.7.2"}
ring/ring-core {:mvn/version "1.9.5"}}

:aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag "v0.8.0"
Expand All @@ -20,7 +20,7 @@
orchestra/orchestra {:mvn/version "2021.01.01-1"}
org.clojure/test.check {:mvn/version "1.1.1"}}}

:antq {:replace-deps {com.github.liquidz/antq {:mvn/version "1.6.0"}
:antq {:replace-deps {com.github.liquidz/antq {:mvn/version "1.6.1"}
org.slf4j/slf4j-nop {:mvn/version "1.7.36"}}
:exec-fn antq.tool/outdated
:exec-args {:directory ["."]
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/deps.edn
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{:paths ["src" "resources"]

:deps {org.clojure/clojure {:mvn/version "1.10.3"}
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
;;
;;
;;
ch.qos.logback/logback-classic {:mvn/version "1.2.11"}
io.sentry/sentry {:mvn/version "5.7.1"}
io.sentry/sentry {:mvn/version "5.7.2"}
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
org.clojure/tools.cli {:mvn/version "1.0.206"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
Expand Down
4 changes: 2 additions & 2 deletions examples/ring_with_tracing/deps.edn
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{:paths ["src" "resources"]

:deps {org.clojure/clojure {:mvn/version "1.10.3"}
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
;;
;;
;;
ch.qos.logback/logback-classic {:mvn/version "1.2.11"}
integrant/integrant {:mvn/version "0.8.0"}
integrant/repl {:mvn/version "0.3.2"}
io.sentry/sentry {:mvn/version "5.7.1"}
io.sentry/sentry {:mvn/version "5.7.2"}
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
org.clojure/tools.cli {:mvn/version "1.0.206"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
Expand Down
4 changes: 2 additions & 2 deletions examples/uncaught/deps.edn
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{:paths ["src" "resources"]

:deps {org.clojure/clojure {:mvn/version "1.10.3"}
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
;;
;;
;;
ch.qos.logback/logback-classic {:mvn/version "1.2.11"}
io.sentry/sentry {:mvn/version "5.7.1"}
io.sentry/sentry {:mvn/version "5.7.2"}
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
org.clojure/tools.cli {:mvn/version "1.0.206"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
Expand Down

0 comments on commit c79deec

Please sign in to comment.