Skip to content

Commit 1f3c0ba

Browse files
committed
Update Sentry Java SDK to 5.7.3
-=david=-
1 parent c79deec commit 1f3c0ba

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Clojure
3939
uses: DeLaGuardo/setup-clojure@master
4040
with:
41-
tools-deps: 'latest'
41+
cli: 'latest'
4242

4343
- name: Run Tests
4444
run: clojure -T:build run-tests

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ commits since the beginning of this repository.
1616
### Added
1717
### Removed
1818

19+
## [5.7.178]
20+
21+
- Update Sentry Java SDK to 5.7.3.
22+
1923
## [5.7.177]
2024

2125
- Update Sentry Java SDK to 5.7.2.
@@ -279,7 +283,8 @@ commits since the beginning of this repository.
279283
compatible with Sentry 10.0.1 and below. If you wish to use those
280284
versions, please continue to use sentry-clj 1.7.30.
281285

282-
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/5.7.177...HEAD
286+
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/5.7.178...HEAD
287+
[5.7.178]: https://github.com/getsentry/sentry-clj/compare/5.7.177...5.7.178
283288
[5.7.177]: https://github.com/getsentry/sentry-clj/compare/5.7.176...5.7.177
284289
[5.7.176]: https://github.com/getsentry/sentry-clj/compare/5.7.172...5.7.176
285290
[5.7.172]: https://github.com/getsentry/sentry-clj/compare/5.7.171...5.7.172

deps.edn

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

1010
:aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag "v0.8.0"
@@ -14,7 +14,7 @@
1414
:test {:extra-paths ["test"]
1515
:extra-deps {cheshire/cheshire {:mvn/version "5.10.2"}
1616
com.github.seancorfield/expectations {:mvn/version "2.0.160"}
17-
lambdaisland/kaocha {:mvn/version "1.64.1010"}
17+
lambdaisland/kaocha {:mvn/version "1.65.1029"}
1818
lambdaisland/kaocha-cloverage {:mvn/version "1.0.75"}
1919
lambdaisland/kaocha-junit-xml {:mvn/version "0.0.76"}
2020
orchestra/orchestra {:mvn/version "2021.01.01-1"}

examples/basic/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;;
66
;;
77
ch.qos.logback/logback-classic {:mvn/version "1.2.11"}
8-
io.sentry/sentry {:mvn/version "5.7.2"}
8+
io.sentry/sentry {:mvn/version "5.7.3"}
99
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
1010
org.clojure/tools.cli {:mvn/version "1.0.206"}
1111
org.clojure/tools.logging {:mvn/version "1.2.4"}

examples/ring_with_tracing/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
ch.qos.logback/logback-classic {:mvn/version "1.2.11"}
88
integrant/integrant {:mvn/version "0.8.0"}
99
integrant/repl {:mvn/version "0.3.2"}
10-
io.sentry/sentry {:mvn/version "5.7.2"}
10+
io.sentry/sentry {:mvn/version "5.7.3"}
1111
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
1212
org.clojure/tools.cli {:mvn/version "1.0.206"}
1313
org.clojure/tools.logging {:mvn/version "1.2.4"}

examples/uncaught/deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;;
66
;;
77
ch.qos.logback/logback-classic {:mvn/version "1.2.11"}
8-
io.sentry/sentry {:mvn/version "5.7.2"}
8+
io.sentry/sentry {:mvn/version "5.7.3"}
99
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
1010
org.clojure/tools.cli {:mvn/version "1.0.206"}
1111
org.clojure/tools.logging {:mvn/version "1.2.4"}

0 commit comments

Comments
 (0)