Skip to content

Commit 124ee67

Browse files
committed
Update Sentry Java SDK to 7.11.0
Upgrade dependencies. -=david=-
1 parent 4bc5c16 commit 124ee67

File tree

6 files changed

+41
-35
lines changed

6 files changed

+41
-35
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ 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+
## [7.11.216]
14+
15+
- Update Sentry Java SDK to 7.11.0
16+
- Bump dependencies
17+
1318
## [7.6.215]
1419

1520
- Update Sentry Java SDK to 7.6.0
@@ -403,7 +408,8 @@ commits since the beginning of this repository.
403408
compatible with Sentry 10.0.1 and below. If you wish to use those
404409
versions, please continue to use sentry-clj 1.7.30.
405410

406-
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/7.6.215...HEAD
411+
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/7.11.216...HEAD
412+
[7.11.216]: https://github.com/getsentry/sentry-clj/compare/7.6.215...7.11.216
407413
[7.6.215]: https://github.com/getsentry/sentry-clj/compare/7.4.213...7.6.215
408414
[7.4.213]: https://github.com/getsentry/sentry-clj/compare/7.2.211...7.4.213
409415
[7.2.211]: https://github.com/getsentry/sentry-clj/compare/6.33.209...7.2.211

deps.edn

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

3-
:deps {org.clojure/clojure {:mvn/version "1.11.2"}
3+
:deps {org.clojure/clojure {:mvn/version "1.11.3"}
44
;;
55
;;
66
;;
7-
io.sentry/sentry {:mvn/version "7.6.0"}
8-
ring/ring-core {:mvn/version "1.12.0"}}
7+
io.sentry/sentry {:mvn/version "7.11.0"}
8+
ring/ring-core {:mvn/version "1.12.2"}}
99

10-
:aliases {:build {:extra-deps {io.github.clojure/tools.build {:mvn/version "0.10.0"}
10+
:aliases {:build {:extra-deps {io.github.clojure/tools.build {:mvn/version "0.10.4"}
1111
slipset/deps-deploy {:mvn/version "0.2.2"}}
1212
:ns-default scripts.build}
1313

1414
:test {:extra-paths ["test"]
15-
:extra-deps {cheshire/cheshire {:mvn/version "5.12.0"}
16-
com.github.seancorfield/expectations {:mvn/version "2.1.188"}
17-
lambdaisland/kaocha {:mvn/version "1.87.1366"}
15+
:extra-deps {cheshire/cheshire {:mvn/version "5.13.0"}
16+
com.github.seancorfield/expectations {:mvn/version "2.1.201"}
17+
lambdaisland/kaocha {:mvn/version "1.91.1392"}
1818
lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"}
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.8.1185"}
23-
org.slf4j/slf4j-nop {:mvn/version "2.0.12"}}
22+
:antq {:replace-deps {com.github.liquidz/antq {:mvn/version "2.8.1201"}
23+
org.slf4j/slf4j-nop {:mvn/version "2.0.13"}}
2424
:replace-paths ["."]
2525
:exec-fn antq.tool/outdated
2626
:exec-args {:skip ["pom"]

examples/basic/deps.edn

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

3-
:deps {org.clojure/clojure {:mvn/version "1.11.2"}
3+
:deps {org.clojure/clojure {:mvn/version "1.11.3"}
44
;;
55
;;
66
;;
7-
ch.qos.logback/logback-classic {:mvn/version "1.5.3"}
8-
io.sentry/sentry {:mvn/version "7.6.0"}
7+
ch.qos.logback/logback-classic {:mvn/version "1.5.6"}
8+
io.sentry/sentry {:mvn/version "7.11.0"}
99
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
1010
org.clojure/tools.cli {:mvn/version "1.1.230"}
1111
org.clojure/tools.logging {:mvn/version "1.3.0"}
12-
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.12"}
13-
org.slf4j/jul-to-slf4j {:mvn/version "2.0.12"}
14-
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.12"}
15-
org.slf4j/slf4j-api {:mvn/version "2.0.12"}}}
12+
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.13"}
13+
org.slf4j/jul-to-slf4j {:mvn/version "2.0.13"}
14+
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.13"}
15+
org.slf4j/slf4j-api {:mvn/version "2.0.13"}}}

examples/ring_with_tracing/deps.edn

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

3-
:deps {org.clojure/clojure {:mvn/version "1.11.2"}
3+
:deps {org.clojure/clojure {:mvn/version "1.11.3"}
44
;;
55
;;
66
;;
7-
ch.qos.logback/logback-classic {:mvn/version "1.5.3"}
8-
integrant/integrant {:mvn/version "0.8.1"}
7+
ch.qos.logback/logback-classic {:mvn/version "1.5.6"}
8+
integrant/integrant {:mvn/version "0.10.0"}
99
integrant/repl {:mvn/version "0.3.3"}
10-
io.sentry/sentry {:mvn/version "7.6.0"}
10+
io.sentry/sentry {:mvn/version "7.11.0"}
1111
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
1212
org.clojure/tools.cli {:mvn/version "1.1.230"}
1313
org.clojure/tools.logging {:mvn/version "1.3.0"}
14-
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.12"}
15-
org.slf4j/jul-to-slf4j {:mvn/version "2.0.12"}
16-
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.12"}
17-
org.slf4j/slf4j-api {:mvn/version "2.0.12"}
18-
ring/ring-core {:mvn/version "1.12.0"}
19-
ring/ring-jetty-adapter {:mvn/version "1.12.0"}
14+
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.13"}
15+
org.slf4j/jul-to-slf4j {:mvn/version "2.0.13"}
16+
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.13"}
17+
org.slf4j/slf4j-api {:mvn/version "2.0.13"}
18+
ring/ring-core {:mvn/version "1.12.2"}
19+
ring/ring-jetty-adapter {:mvn/version "1.12.2"}
2020
ring/ring-json {:mvn/version "0.5.1"}}}

examples/uncaught/deps.edn

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

3-
:deps {org.clojure/clojure {:mvn/version "1.11.2"}
3+
:deps {org.clojure/clojure {:mvn/version "1.11.3"}
44
;;
55
;;
66
;;
7-
ch.qos.logback/logback-classic {:mvn/version "1.5.3"}
8-
io.sentry/sentry {:mvn/version "7.6.0"}
7+
ch.qos.logback/logback-classic {:mvn/version "1.5.6"}
8+
io.sentry/sentry {:mvn/version "7.11.0"}
99
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
1010
org.clojure/tools.cli {:mvn/version "1.1.230"}
1111
org.clojure/tools.logging {:mvn/version "1.3.0"}
12-
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.12"}
13-
org.slf4j/jul-to-slf4j {:mvn/version "2.0.12"}
14-
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.12"}
15-
org.slf4j/slf4j-api {:mvn/version "2.0.12"}}}
12+
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.13"}
13+
org.slf4j/jul-to-slf4j {:mvn/version "2.0.13"}
14+
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.13"}
15+
org.slf4j/slf4j-api {:mvn/version "2.0.13"}}}

scripts/build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
(defn ^:private the-version
99
[patch]
10-
(format "7.6.%s" patch))
10+
(format "7.11.%s" patch))
1111

1212
(defn ^:private pom-template
1313
[tag]

0 commit comments

Comments
 (0)