File tree 5 files changed +12
-7
lines changed
5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ endeavour to be non-breaking (by moving to new names rather than by
10
10
breaking existing names). COMMITS is an ever-increasing counter of
11
11
commits since the beginning of this repository.
12
12
13
+ ## [ 7.19.225]
14
+
15
+ - Update Sentry Java SDK to 7.19.1
16
+
13
17
## [ 7.19.224]
14
18
15
19
- Update Sentry Java SDK to 7.19.0
@@ -432,7 +436,8 @@ commits since the beginning of this repository.
432
436
compatible with Sentry 10.0.1 and below. If you wish to use those
433
437
versions, please continue to use sentry-clj 1.7.30.
434
438
435
- [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/7.19.224...HEAD
439
+ [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/7.19.225...HEAD
440
+ [ 7.19.225 ] : https://github.com/getsentry/sentry-clj/compare/7.19.224...7.19.225
436
441
[ 7.19.224 ] : https://github.com/getsentry/sentry-clj/compare/7.18.223...7.19.224
437
442
[ 7.18.223 ] : https://github.com/getsentry/sentry-clj/compare/7.18.221...7.18.223
438
443
[ 7.18.221 ] : https://github.com/getsentry/sentry-clj/compare/7.16.219...7.18.221
Original file line number Diff line number Diff line change 4
4
; ;
5
5
; ;
6
6
; ;
7
- io.sentry/sentry {:mvn/version " 7.19.0 " }
7
+ io.sentry/sentry {:mvn/version " 7.19.1 " }
8
8
ring/ring-core {:mvn/version " 1.13.0" }}
9
9
10
10
:aliases {:build {:extra-deps {io.github.clojure/tools.build {:mvn/version " 0.10.6" }
13
13
14
14
:test {:extra-paths [" test" ]
15
15
:extra-deps {cheshire/cheshire {:mvn/version " 5.13.0" }
16
- com.github.seancorfield/expectations {:mvn/version " 2.1.208 " }
16
+ com.github.seancorfield/expectations {:mvn/version " 2.2.214 " }
17
17
lambdaisland/kaocha {:mvn/version " 1.91.1392" }
18
18
lambdaisland/kaocha-junit-xml {:mvn/version " 1.17.101" }
19
19
orchestra/orchestra {:mvn/version " 2021.01.01-1" }
20
20
org.clojure/test.check {:mvn/version " 1.1.1" }}}
21
21
22
- :antq {:replace-deps {com.github.liquidz/antq {:mvn/version " 2.11.1250 " }
22
+ :antq {:replace-deps {com.github.liquidz/antq {:mvn/version " 2.11.1260 " }
23
23
org.slf4j/slf4j-nop {:mvn/version " 2.0.16" }}
24
24
:replace-paths [" ." ]
25
25
:exec-fn antq.tool/outdated
Original file line number Diff line number Diff line change 4
4
; ;
5
5
; ;
6
6
; ;
7
- ch.qos.logback/logback-classic {:mvn/version " 1.5.12 " }
7
+ ch.qos.logback/logback-classic {:mvn/version " 1.5.15 " }
8
8
io.sentry/sentry {:mvn/version " 7.19.0" }
9
9
io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
10
10
org.clojure/tools.cli {:mvn/version " 1.1.230" }
Original file line number Diff line number Diff line change 4
4
; ;
5
5
; ;
6
6
; ;
7
- ch.qos.logback/logback-classic {:mvn/version " 1.5.12 " }
7
+ ch.qos.logback/logback-classic {:mvn/version " 1.5.15 " }
8
8
integrant/integrant {:mvn/version " 0.13.1" }
9
9
integrant/repl {:mvn/version " 0.4.0" }
10
10
io.sentry/sentry {:mvn/version " 7.19.0" }
Original file line number Diff line number Diff line change 4
4
; ;
5
5
; ;
6
6
; ;
7
- ch.qos.logback/logback-classic {:mvn/version " 1.5.12 " }
7
+ ch.qos.logback/logback-classic {:mvn/version " 1.5.15 " }
8
8
io.sentry/sentry {:mvn/version " 7.19.0" }
9
9
io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
10
10
org.clojure/tools.cli {:mvn/version " 1.1.230" }
You can’t perform that action at this time.
0 commit comments