Skip to content

Commit c3d1a3b

Browse files
committed
Update Sentry Java SDK to 5.6.0
-=david=-
1 parent 2648800 commit c3d1a3b

File tree

4 files changed

+25
-19
lines changed

4 files changed

+25
-19
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.6.166]
20+
21+
### Changed
22+
23+
- Update Sentry Java SDK to 5.6.0.
24+
1925
## [5.5.165]
2026

2127
### Changed
@@ -231,7 +237,8 @@ commits since the beginning of this repository.
231237
compatible with Sentry 10.0.1 and below. If you wish to use those
232238
versions, please continue to use sentry-clj 1.7.30.
233239

234-
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/5.5.165...HEAD
240+
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/5.6.166...HEAD
241+
[5.6.166]: https://github.com/getsentry/sentry-clj/compare/5.5.165...5.6.166
235242
[5.5.165]: https://github.com/getsentry/sentry-clj/compare/5.5.164...5.5.165
236243
[5.5.164]: https://github.com/getsentry/sentry-clj/compare/5.5.163...5.5.164
237244
[5.5.163]: https://github.com/getsentry/sentry-clj/compare/5.5.162...5.5.163

deps.edn

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,24 @@
44
;;
55
;;
66
;;
7-
io.sentry/sentry {:mvn/version "5.5.3"}
7+
io.sentry/sentry {:mvn/version "5.6.0"}
88
ring/ring-core {:mvn/version "1.9.5"}}
99

1010
:aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag "v0.6.7"
1111
:git/sha "22c2d09"}}
1212
:ns-default scripts.build}
1313

1414
:test {:extra-paths ["test"]
15-
:extra-deps {cheshire/cheshire {:mvn/version "5.10.1"}
16-
expectations/clojure-test {:mvn/version "1.2.1"}
15+
:extra-deps {cheshire/cheshire {:mvn/version "5.10.2"}
16+
com.github.seancorfield/expectations {:mvn/version "2.0.157"}
1717
lambdaisland/kaocha {:mvn/version "1.60.977"}
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-paths ["."]
24-
:replace-deps {com.github.liquidz/antq {:mvn/version "1.4.0"}
25-
org.slf4j/slf4j-nop {:mvn/version "1.7.33"}}
23+
:antq {:replace-deps {com.github.liquidz/antq {:mvn/version "1.4.0"}
24+
org.slf4j/slf4j-nop {:mvn/version "1.7.35"}}
2625
:exec-fn antq.tool/outdated
2726
:exec-args {:directory ["."]
2827
:skip ["pom"]

examples/basic/deps.edn

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
;;
66
;;
77
ch.qos.logback/logback-classic {:mvn/version "1.2.10"}
8-
io.sentry/sentry {:mvn/version "5.5.3"}
9-
io.sentry/sentry-clj {:mvn/version "5.5.165"}
8+
io.sentry/sentry {:mvn/version "5.6.0"}
9+
io.sentry/sentry-clj {:mvn/version "5.6.166"}
1010
org.clojure/tools.cli {:mvn/version "1.0.206"}
1111
org.clojure/tools.logging {:mvn/version "1.2.4"}
12-
org.slf4j/jcl-over-slf4j {:mvn/version "1.7.33"}
13-
org.slf4j/jul-to-slf4j {:mvn/version "1.7.33"}
14-
org.slf4j/log4j-over-slf4j {:mvn/version "1.7.33"}
15-
org.slf4j/slf4j-api {:mvn/version "1.7.33"}}}
12+
org.slf4j/jcl-over-slf4j {:mvn/version "1.7.35"}
13+
org.slf4j/jul-to-slf4j {:mvn/version "1.7.35"}
14+
org.slf4j/log4j-over-slf4j {:mvn/version "1.7.35"}
15+
org.slf4j/slf4j-api {:mvn/version "1.7.35"}}}

examples/uncaught/deps.edn

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
;;
66
;;
77
ch.qos.logback/logback-classic {:mvn/version "1.2.10"}
8-
io.sentry/sentry {:mvn/version "5.5.3"}
9-
io.sentry/sentry-clj {:mvn/version "5.5.165"}
8+
io.sentry/sentry {:mvn/version "5.6.0"}
9+
io.sentry/sentry-clj {:mvn/version "5.6.166"}
1010
org.clojure/tools.cli {:mvn/version "1.0.206"}
1111
org.clojure/tools.logging {:mvn/version "1.2.4"}
12-
org.slf4j/jcl-over-slf4j {:mvn/version "1.7.33"}
13-
org.slf4j/jul-to-slf4j {:mvn/version "1.7.33"}
14-
org.slf4j/log4j-over-slf4j {:mvn/version "1.7.33"}
15-
org.slf4j/slf4j-api {:mvn/version "1.7.33"}}}
12+
org.slf4j/jcl-over-slf4j {:mvn/version "1.7.35"}
13+
org.slf4j/jul-to-slf4j {:mvn/version "1.7.35"}
14+
org.slf4j/log4j-over-slf4j {:mvn/version "1.7.35"}
15+
org.slf4j/slf4j-api {:mvn/version "1.7.35"}}}

0 commit comments

Comments
 (0)