Skip to content

Commit

Permalink
Update Sentry Java SDK to 7.19.1
Browse files Browse the repository at this point in the history
-=david=-
  • Loading branch information
dharrigan committed Dec 23, 2024
1 parent e114dbf commit b02d257
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ endeavour to be non-breaking (by moving to new names rather than by
breaking existing names). COMMITS is an ever-increasing counter of
commits since the beginning of this repository.

## [7.19.225]

- Update Sentry Java SDK to 7.19.1

## [7.19.224]

- Update Sentry Java SDK to 7.19.0
Expand Down Expand Up @@ -432,7 +436,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/7.19.224...HEAD
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/7.19.225...HEAD
[7.19.225]: https://github.com/getsentry/sentry-clj/compare/7.19.224...7.19.225
[7.19.224]: https://github.com/getsentry/sentry-clj/compare/7.18.223...7.19.224
[7.18.223]: https://github.com/getsentry/sentry-clj/compare/7.18.221...7.18.223
[7.18.221]: https://github.com/getsentry/sentry-clj/compare/7.16.219...7.18.221
Expand Down
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;;
;;
;;
io.sentry/sentry {:mvn/version "7.19.0"}
io.sentry/sentry {:mvn/version "7.19.1"}
ring/ring-core {:mvn/version "1.13.0"}}

:aliases {:build {:extra-deps {io.github.clojure/tools.build {:mvn/version "0.10.6"}
Expand All @@ -13,13 +13,13 @@

:test {:extra-paths ["test"]
:extra-deps {cheshire/cheshire {:mvn/version "5.13.0"}
com.github.seancorfield/expectations {:mvn/version "2.1.208"}
com.github.seancorfield/expectations {:mvn/version "2.2.214"}
lambdaisland/kaocha {:mvn/version "1.91.1392"}
lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"}
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 "2.11.1250"}
:antq {:replace-deps {com.github.liquidz/antq {:mvn/version "2.11.1260"}
org.slf4j/slf4j-nop {:mvn/version "2.0.16"}}
:replace-paths ["."]
:exec-fn antq.tool/outdated
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;;
;;
;;
ch.qos.logback/logback-classic {:mvn/version "1.5.12"}
ch.qos.logback/logback-classic {:mvn/version "1.5.15"}
io.sentry/sentry {:mvn/version "7.19.0"}
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
org.clojure/tools.cli {:mvn/version "1.1.230"}
Expand Down
2 changes: 1 addition & 1 deletion examples/ring_with_tracing/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;;
;;
;;
ch.qos.logback/logback-classic {:mvn/version "1.5.12"}
ch.qos.logback/logback-classic {:mvn/version "1.5.15"}
integrant/integrant {:mvn/version "0.13.1"}
integrant/repl {:mvn/version "0.4.0"}
io.sentry/sentry {:mvn/version "7.19.0"}
Expand Down
2 changes: 1 addition & 1 deletion examples/uncaught/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;;
;;
;;
ch.qos.logback/logback-classic {:mvn/version "1.5.12"}
ch.qos.logback/logback-classic {:mvn/version "1.5.15"}
io.sentry/sentry {:mvn/version "7.19.0"}
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
org.clojure/tools.cli {:mvn/version "1.1.230"}
Expand Down

0 comments on commit b02d257

Please sign in to comment.