Skip to content

Commit 1a6ac5f

Browse files
committed
Update Sentry Java SDK to 5.5.2
-=david=-
1 parent 6377e46 commit 1a6ac5f

File tree

4 files changed

+25
-14
lines changed

4 files changed

+25
-14
lines changed

CHANGELOG.md

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

19+
## [5.5.164]
20+
21+
### Changed
22+
23+
- Update Sentry Java SDK to 5.5.2
24+
1925
## [5.5.163]
2026

2127
### Changed
@@ -210,7 +216,8 @@ commits since the beginning of this repository.
210216
compatible with Sentry 10.0.1 and below. If you wish to use those
211217
versions, please continue to use sentry-clj 1.7.30.
212218

213-
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/5.5.163...HEAD
219+
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/5.5.164...HEAD
220+
[5.5.163]: https://github.com/getsentry/sentry-clj/compare/5.5.163...5.5.164
214221
[5.5.163]: https://github.com/getsentry/sentry-clj/compare/5.5.162...5.5.163
215222
[5.5.162]: https://github.com/getsentry/sentry-clj/compare/5.4.161...5.5.162
216223
[5.4.161]: https://github.com/getsentry/sentry-clj/compare/5.4.160...5.4.161

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 "5.5.1"}
7+
io.sentry/sentry {:mvn/version "5.5.2"}
88
ring/ring-core {:mvn/version "1.9.4"}}
99

1010
:aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag "v0.6.3"
@@ -14,14 +14,14 @@
1414
:test {:extra-paths ["test"]
1515
:extra-deps {cheshire/cheshire {:mvn/version "5.10.1"}
1616
expectations/clojure-test {:mvn/version "1.2.1"}
17-
lambdaisland/kaocha {:mvn/version "1.60.945"}
17+
lambdaisland/kaocha {:mvn/version "1.60.972"}
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

2323
:antq {:replace-deps {org.slf4j/slf4j-nop {:mvn/version "1.7.32"}
24-
com.github.liquidz/antq {:mvn/version "1.3.0"}}
24+
com.github.liquidz/antq {:mvn/version "1.3.1"}}
2525
:main-opts ["-m" "antq.core"
2626
"--skip" "pom"
2727
"--upgrade"

examples/basic/deps.edn

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{:paths ["src" "resources"]
22

33
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
4-
5-
ch.qos.logback/logback-classic {:mvn/version "1.2.7"}
6-
io.sentry/sentry {:mvn/version "5.5.1"}
7-
io.sentry/sentry-clj {:mvn/version "5.5.163"}
4+
;;
5+
;;
6+
;;
7+
ch.qos.logback/logback-classic {:mvn/version "1.2.9"}
8+
io.sentry/sentry {:mvn/version "5.5.2"}
9+
io.sentry/sentry-clj {:mvn/version "5.5.164"}
810
org.clojure/tools.cli {:mvn/version "1.0.206"}
9-
org.clojure/tools.logging {:mvn/version "1.2.1"}
11+
org.clojure/tools.logging {:mvn/version "1.2.3"}
1012
org.slf4j/jcl-over-slf4j {:mvn/version "1.7.32"}
1113
org.slf4j/jul-to-slf4j {:mvn/version "1.7.32"}
1214
org.slf4j/log4j-over-slf4j {:mvn/version "1.7.32"}

examples/uncaught/deps.edn

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{:paths ["src" "resources"]
22

33
:deps {org.clojure/clojure {:mvn/version "1.10.3"}
4-
5-
ch.qos.logback/logback-classic {:mvn/version "1.2.7"}
6-
io.sentry/sentry {:mvn/version "5.5.1"}
7-
io.sentry/sentry-clj {:mvn/version "5.5.163"}
4+
;;
5+
;;
6+
;;
7+
ch.qos.logback/logback-classic {:mvn/version "1.2.9"}
8+
io.sentry/sentry {:mvn/version "5.5.2"}
9+
io.sentry/sentry-clj {:mvn/version "5.5.164"}
810
org.clojure/tools.cli {:mvn/version "1.0.206"}
9-
org.clojure/tools.logging {:mvn/version "1.2.1"}
11+
org.clojure/tools.logging {:mvn/version "1.2.3"}
1012
org.slf4j/jcl-over-slf4j {:mvn/version "1.7.32"}
1113
org.slf4j/jul-to-slf4j {:mvn/version "1.7.32"}
1214
org.slf4j/log4j-over-slf4j {:mvn/version "1.7.32"}

0 commit comments

Comments
 (0)