Skip to content

Commit 72ecd65

Browse files
committed
Update Sentry Java SDK to 5.7.4.
Upgrade Clojure to 1.11.1. -=david=-
1 parent ed3c40e commit 72ecd65

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

CHANGELOG.md

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

19+
## [5.7.180]
20+
21+
- Update Sentry Java SDK to 5.7.4.
22+
- Upgrade Clojure to 1.11.1.
23+
1924
## [5.7.178]
2025

2126
- Update Sentry Java SDK to 5.7.3.
@@ -283,7 +288,8 @@ commits since the beginning of this repository.
283288
compatible with Sentry 10.0.1 and below. If you wish to use those
284289
versions, please continue to use sentry-clj 1.7.30.
285290

286-
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/5.7.178...HEAD
291+
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/5.7.180...HEAD
292+
[5.7.180]: https://github.com/getsentry/sentry-clj/compare/5.7.178...5.7.180
287293
[5.7.178]: https://github.com/getsentry/sentry-clj/compare/5.7.177...5.7.178
288294
[5.7.177]: https://github.com/getsentry/sentry-clj/compare/5.7.176...5.7.177
289295
[5.7.176]: https://github.com/getsentry/sentry-clj/compare/5.7.172...5.7.176

deps.edn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{:paths ["src"]
22

3-
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
3+
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
44
;;
55
;;
66
;;
7-
io.sentry/sentry {:mvn/version "5.7.3"}
7+
io.sentry/sentry {:mvn/version "5.7.4"}
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,13 +14,13 @@
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.65.1029"}
17+
lambdaisland/kaocha {:mvn/version "1.66.1034"}
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"}
2121
org.clojure/test.check {:mvn/version "1.1.1"}}}
2222

23-
:antq {:replace-deps {com.github.liquidz/antq {:mvn/version "1.6.1"}
23+
:antq {:replace-deps {com.github.liquidz/antq {:mvn/version "1.6.2"}
2424
org.slf4j/slf4j-nop {:mvn/version "1.7.36"}}
2525
:exec-fn antq.tool/outdated
2626
:exec-args {:directory ["."]

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.3"}
8+
io.sentry/sentry {:mvn/version "5.7.4"}
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.3"}
10+
io.sentry/sentry {:mvn/version "5.7.4"}
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.3"}
8+
io.sentry/sentry {:mvn/version "5.7.4"}
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)