Skip to content

Commit 68c95f5

Browse files
committed
Update Sentry Java SDK to 6.4.2.
-=david=-
1 parent d616be9 commit 68c95f5

File tree

5 files changed

+32
-27
lines changed

5 files changed

+32
-27
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+
## [6.4.184]
14+
15+
- Update Sentry Java SDK to 6.4.2.
16+
1317
## [6.4.183]
1418

1519
- Update Sentry Java SDK to 6.4.1.
@@ -297,7 +301,8 @@ commits since the beginning of this repository.
297301
compatible with Sentry 10.0.1 and below. If you wish to use those
298302
versions, please continue to use sentry-clj 1.7.30.
299303

300-
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/6.4.183...HEAD
304+
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/6.4.184...HEAD
305+
[6.4.184]: https://github.com/getsentry/sentry-clj/compare/6.3.183...6.4.184
301306
[6.4.183]: https://github.com/getsentry/sentry-clj/compare/6.3.182...6.4.183
302307
[6.4.182]: https://github.com/getsentry/sentry-clj/compare/6.3.181...6.4.182
303308
[6.3.181]: https://github.com/getsentry/sentry-clj/compare/5.7.180...6.3.181

deps.edn

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
;;
55
;;
66
;;
7-
io.sentry/sentry {:mvn/version "6.4.1"}
8-
ring/ring-core {:mvn/version "1.9.5"}}
7+
io.sentry/sentry {:mvn/version "6.4.2"}
8+
ring/ring-core {:mvn/version "1.9.6"}}
99

1010
:aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag "v0.8.3"
1111
:git/sha "7ac1f8d"}}
@@ -14,17 +14,17 @@
1414
:test {:extra-paths ["test"]
1515
:extra-deps {cheshire/cheshire {:mvn/version "5.11.0"}
1616
com.github.seancorfield/expectations {:mvn/version "2.0.160"}
17-
lambdaisland/kaocha {:mvn/version "1.69.1069"}
17+
lambdaisland/kaocha {:mvn/version "1.70.1086"}
1818
lambdaisland/kaocha-junit-xml {:mvn/version "1.16.98"}
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.0.895"}
23-
org.slf4j/slf4j-nop {:mvn/version "2.0.0"}}
22+
:antq {:replace-deps {com.github.liquidz/antq {:mvn/version "2.1.932"}
23+
org.slf4j/slf4j-nop {:mvn/version "2.0.3"}}
2424
:exec-fn antq.tool/outdated
2525
:exec-args {:skip ["pom"]
2626
:verbose true
2727
:upgrade true
2828
:download true
29-
:no-diff true
29+
:no-changes true
3030
:force true}}}}

examples/basic/deps.edn

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
;;
55
;;
66
;;
7-
ch.qos.logback/logback-classic {:mvn/version "1.4.0"}
8-
io.sentry/sentry {:mvn/version "6.4.1"}
7+
ch.qos.logback/logback-classic {:mvn/version "1.4.1"}
8+
io.sentry/sentry {:mvn/version "6.4.2"}
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"}
12-
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.0"}
13-
org.slf4j/jul-to-slf4j {:mvn/version "2.0.0"}
14-
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.0"}
15-
org.slf4j/slf4j-api {:mvn/version "2.0.0"}}}
12+
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.3"}
13+
org.slf4j/jul-to-slf4j {:mvn/version "2.0.3"}
14+
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.3"}
15+
org.slf4j/slf4j-api {:mvn/version "2.0.3"}}}

examples/ring_with_tracing/deps.edn

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
;;
55
;;
66
;;
7-
ch.qos.logback/logback-classic {:mvn/version "1.4.0"}
7+
ch.qos.logback/logback-classic {:mvn/version "1.4.1"}
88
integrant/integrant {:mvn/version "0.8.0"}
99
integrant/repl {:mvn/version "0.3.2"}
10-
io.sentry/sentry {:mvn/version "6.4.1"}
10+
io.sentry/sentry {:mvn/version "6.4.2"}
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"}
14-
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.0"}
15-
org.slf4j/jul-to-slf4j {:mvn/version "2.0.0"}
16-
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.0"}
17-
org.slf4j/slf4j-api {:mvn/version "2.0.0"}
18-
ring/ring-core {:mvn/version "1.9.5"}
19-
ring/ring-jetty-adapter {:mvn/version "1.9.5"}
14+
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.3"}
15+
org.slf4j/jul-to-slf4j {:mvn/version "2.0.3"}
16+
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.3"}
17+
org.slf4j/slf4j-api {:mvn/version "2.0.3"}
18+
ring/ring-core {:mvn/version "1.9.6"}
19+
ring/ring-jetty-adapter {:mvn/version "1.9.6"}
2020
ring/ring-json {:mvn/version "0.5.1"}}}

examples/uncaught/deps.edn

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
;;
55
;;
66
;;
7-
ch.qos.logback/logback-classic {:mvn/version "1.4.0"}
8-
io.sentry/sentry {:mvn/version "6.4.1"}
7+
ch.qos.logback/logback-classic {:mvn/version "1.4.1"}
8+
io.sentry/sentry {:mvn/version "6.4.2"}
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"}
12-
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.0"}
13-
org.slf4j/jul-to-slf4j {:mvn/version "2.0.0"}
14-
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.0"}
15-
org.slf4j/slf4j-api {:mvn/version "2.0.0"}}}
12+
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.3"}
13+
org.slf4j/jul-to-slf4j {:mvn/version "2.0.3"}
14+
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.3"}
15+
org.slf4j/slf4j-api {:mvn/version "2.0.3"}}}

0 commit comments

Comments
 (0)