Skip to content

Commit b02d257

Browse files
committed
Update Sentry Java SDK to 7.19.1
-=david=-
1 parent e114dbf commit b02d257

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ endeavour to be non-breaking (by moving to new names rather than by
1010
breaking existing names). COMMITS is an ever-increasing counter of
1111
commits since the beginning of this repository.
1212

13+
## [7.19.225]
14+
15+
- Update Sentry Java SDK to 7.19.1
16+
1317
## [7.19.224]
1418

1519
- Update Sentry Java SDK to 7.19.0
@@ -432,7 +436,8 @@ commits since the beginning of this repository.
432436
compatible with Sentry 10.0.1 and below. If you wish to use those
433437
versions, please continue to use sentry-clj 1.7.30.
434438

435-
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/7.19.224...HEAD
439+
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/7.19.225...HEAD
440+
[7.19.225]: https://github.com/getsentry/sentry-clj/compare/7.19.224...7.19.225
436441
[7.19.224]: https://github.com/getsentry/sentry-clj/compare/7.18.223...7.19.224
437442
[7.18.223]: https://github.com/getsentry/sentry-clj/compare/7.18.221...7.18.223
438443
[7.18.221]: https://github.com/getsentry/sentry-clj/compare/7.16.219...7.18.221

deps.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;;
55
;;
66
;;
7-
io.sentry/sentry {:mvn/version "7.19.0"}
7+
io.sentry/sentry {:mvn/version "7.19.1"}
88
ring/ring-core {:mvn/version "1.13.0"}}
99

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

1414
:test {:extra-paths ["test"]
1515
:extra-deps {cheshire/cheshire {:mvn/version "5.13.0"}
16-
com.github.seancorfield/expectations {:mvn/version "2.1.208"}
16+
com.github.seancorfield/expectations {:mvn/version "2.2.214"}
1717
lambdaisland/kaocha {:mvn/version "1.91.1392"}
1818
lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"}
1919
orchestra/orchestra {:mvn/version "2021.01.01-1"}
2020
org.clojure/test.check {:mvn/version "1.1.1"}}}
2121

22-
:antq {:replace-deps {com.github.liquidz/antq {:mvn/version "2.11.1250"}
22+
:antq {:replace-deps {com.github.liquidz/antq {:mvn/version "2.11.1260"}
2323
org.slf4j/slf4j-nop {:mvn/version "2.0.16"}}
2424
:replace-paths ["."]
2525
:exec-fn antq.tool/outdated

examples/basic/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;;
55
;;
66
;;
7-
ch.qos.logback/logback-classic {:mvn/version "1.5.12"}
7+
ch.qos.logback/logback-classic {:mvn/version "1.5.15"}
88
io.sentry/sentry {:mvn/version "7.19.0"}
99
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
1010
org.clojure/tools.cli {:mvn/version "1.1.230"}

examples/ring_with_tracing/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;;
55
;;
66
;;
7-
ch.qos.logback/logback-classic {:mvn/version "1.5.12"}
7+
ch.qos.logback/logback-classic {:mvn/version "1.5.15"}
88
integrant/integrant {:mvn/version "0.13.1"}
99
integrant/repl {:mvn/version "0.4.0"}
1010
io.sentry/sentry {:mvn/version "7.19.0"}

examples/uncaught/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;;
55
;;
66
;;
7-
ch.qos.logback/logback-classic {:mvn/version "1.5.12"}
7+
ch.qos.logback/logback-classic {:mvn/version "1.5.15"}
88
io.sentry/sentry {:mvn/version "7.19.0"}
99
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
1010
org.clojure/tools.cli {:mvn/version "1.1.230"}

0 commit comments

Comments
 (0)