Skip to content

Commit

Permalink
Update Sentry Java SDK to 7.22.0
Browse files Browse the repository at this point in the history
-=david=-
  • Loading branch information
dharrigan committed Feb 13, 2025
1 parent d3f3c44 commit a86dab5
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 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.22.227]

- Update Sentry Java SDK to 7.22.0

## [7.20.226]

- Update Sentry Java SDK to 7.20.0
Expand Down Expand Up @@ -440,7 +444,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.20.226...HEAD
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/7.22.227...HEAD
[7.22.227]: https://github.com/getsentry/sentry-clj/compare/7.20.226...7.22.227
[7.20.226]: https://github.com/getsentry/sentry-clj/compare/7.19.225...7.20.226
[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
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
;;
;;
;;
io.sentry/sentry {:mvn/version "7.20.0"}
io.sentry/sentry {:mvn/version "7.22.0"}
ring/ring-core {:mvn/version "1.13.0"}}

:aliases {:build {:extra-deps {io.github.clojure/tools.build {:mvn/version "0.10.6"}
:aliases {:build {:extra-deps {io.github.clojure/tools.build {:mvn/version "0.10.7"}
slipset/deps-deploy {:mvn/version "0.2.2"}}
:ns-default scripts.build}

Expand Down
4 changes: 2 additions & 2 deletions examples/basic/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
;;
;;
;;
ch.qos.logback/logback-classic {:mvn/version "1.5.15"}
io.sentry/sentry {:mvn/version "7.20.0"}
ch.qos.logback/logback-classic {:mvn/version "1.5.16"}
io.sentry/sentry {:mvn/version "7.22.0"}
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
org.clojure/tools.cli {:mvn/version "1.1.230"}
org.clojure/tools.logging {:mvn/version "1.3.0"}
Expand Down
4 changes: 2 additions & 2 deletions examples/ring_with_tracing/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
;;
;;
;;
ch.qos.logback/logback-classic {:mvn/version "1.5.15"}
ch.qos.logback/logback-classic {:mvn/version "1.5.16"}
integrant/integrant {:mvn/version "0.13.1"}
integrant/repl {:mvn/version "0.4.0"}
io.sentry/sentry {:mvn/version "7.20.0"}
io.sentry/sentry {:mvn/version "7.22.0"}
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
org.clojure/tools.cli {:mvn/version "1.1.230"}
org.clojure/tools.logging {:mvn/version "1.3.0"}
Expand Down
4 changes: 2 additions & 2 deletions examples/uncaught/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
;;
;;
;;
ch.qos.logback/logback-classic {:mvn/version "1.5.15"}
io.sentry/sentry {:mvn/version "7.20.0"}
ch.qos.logback/logback-classic {:mvn/version "1.5.16"}
io.sentry/sentry {:mvn/version "7.22.0"}
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
org.clojure/tools.cli {:mvn/version "1.1.230"}
org.clojure/tools.logging {:mvn/version "1.3.0"}
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

(defn ^:private the-version
[patch]
(format "7.20.%s" patch))
(format "7.22.%s" patch))

(defn ^:private pom-template
[tag]
Expand Down

0 comments on commit a86dab5

Please sign in to comment.