File tree 6 files changed +27
-22
lines changed
6 files changed +27
-22
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
+ ## [ 6.11.190]
14
+
15
+ - Update Sentry Java SDK to 6.11.0.
16
+
13
17
## [ 6.9.189]
14
18
15
19
- Update Sentry Java SDK to 6.9.2.
@@ -323,7 +327,8 @@ commits since the beginning of this repository.
323
327
compatible with Sentry 10.0.1 and below. If you wish to use those
324
328
versions, please continue to use sentry-clj 1.7.30.
325
329
326
- [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/6.9.189...HEAD
330
+ [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/6.11.190...HEAD
331
+ [ 6.11.190 ] : https://github.com/getsentry/sentry-clj/compare/6.9.189...6.11.190
327
332
[ 6.9.189 ] : https://github.com/getsentry/sentry-clj/compare/6.8.188...6.9.189
328
333
[ 6.8.188 ] : https://github.com/getsentry/sentry-clj/compare/6.8.187...6.8.188
329
334
[ 6.8.187 ] : https://github.com/getsentry/sentry-clj/compare/6.7.186...6.8.187
Original file line number Diff line number Diff line change 4
4
; ;
5
5
; ;
6
6
; ;
7
- io.sentry/sentry {:mvn/version " 6.9.2 " }
7
+ io.sentry/sentry {:mvn/version " 6.11.0 " }
8
8
ring/ring-core {:mvn/version " 1.9.6" }}
9
9
10
- :aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag " v0.8.5 "
11
- :git/sha " de693d0 " }}
10
+ :aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag " v0.9.0 "
11
+ :git/sha " d758807 " }}
12
12
:ns-default scripts.build}
13
13
14
14
:test {:extra-paths [" test" ]
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.2.962 " }
23
- org.slf4j/slf4j-nop {:mvn/version " 2.0.5 " }}
22
+ :antq {:replace-deps {com.github.liquidz/antq {:mvn/version " 2.2.970 " }
23
+ org.slf4j/slf4j-nop {:mvn/version " 2.0.6 " }}
24
24
:exec-fn antq.tool/outdated
25
25
:exec-args {:skip [" pom" ]
26
26
:verbose true
Original file line number Diff line number Diff line change 5
5
; ;
6
6
; ;
7
7
ch.qos.logback/logback-classic {:mvn/version " 1.4.5" }
8
- io.sentry/sentry {:mvn/version " 6.9.2 " }
8
+ io.sentry/sentry {:mvn/version " 6.11.0 " }
9
9
io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
10
10
org.clojure/tools.cli {:mvn/version " 1.0.214" }
11
11
org.clojure/tools.logging {:mvn/version " 1.2.4" }
12
- org.slf4j/jcl-over-slf4j {:mvn/version " 2.0.5 " }
13
- org.slf4j/jul-to-slf4j {:mvn/version " 2.0.5 " }
14
- org.slf4j/log4j-over-slf4j {:mvn/version " 2.0.5 " }
15
- org.slf4j/slf4j-api {:mvn/version " 2.0.5 " }}}
12
+ org.slf4j/jcl-over-slf4j {:mvn/version " 2.0.6 " }
13
+ org.slf4j/jul-to-slf4j {:mvn/version " 2.0.6 " }
14
+ org.slf4j/log4j-over-slf4j {:mvn/version " 2.0.6 " }
15
+ org.slf4j/slf4j-api {:mvn/version " 2.0.6 " }}}
Original file line number Diff line number Diff line change 7
7
ch.qos.logback/logback-classic {:mvn/version " 1.4.5" }
8
8
integrant/integrant {:mvn/version " 0.8.0" }
9
9
integrant/repl {:mvn/version " 0.3.2" }
10
- io.sentry/sentry {:mvn/version " 6.9.2 " }
10
+ io.sentry/sentry {:mvn/version " 6.11.0 " }
11
11
io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
12
12
org.clojure/tools.cli {:mvn/version " 1.0.214" }
13
13
org.clojure/tools.logging {:mvn/version " 1.2.4" }
14
- org.slf4j/jcl-over-slf4j {:mvn/version " 2.0.5 " }
15
- org.slf4j/jul-to-slf4j {:mvn/version " 2.0.5 " }
16
- org.slf4j/log4j-over-slf4j {:mvn/version " 2.0.5 " }
17
- org.slf4j/slf4j-api {:mvn/version " 2.0.5 " }
14
+ org.slf4j/jcl-over-slf4j {:mvn/version " 2.0.6 " }
15
+ org.slf4j/jul-to-slf4j {:mvn/version " 2.0.6 " }
16
+ org.slf4j/log4j-over-slf4j {:mvn/version " 2.0.6 " }
17
+ org.slf4j/slf4j-api {:mvn/version " 2.0.6 " }
18
18
ring/ring-core {:mvn/version " 1.9.6" }
19
19
ring/ring-jetty-adapter {:mvn/version " 1.9.6" }
20
20
ring/ring-json {:mvn/version " 0.5.1" }}}
Original file line number Diff line number Diff line change 5
5
; ;
6
6
; ;
7
7
ch.qos.logback/logback-classic {:mvn/version " 1.4.5" }
8
- io.sentry/sentry {:mvn/version " 6.9.2 " }
8
+ io.sentry/sentry {:mvn/version " 6.11.0 " }
9
9
io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
10
10
org.clojure/tools.cli {:mvn/version " 1.0.214" }
11
11
org.clojure/tools.logging {:mvn/version " 1.2.4" }
12
- org.slf4j/jcl-over-slf4j {:mvn/version " 2.0.5 " }
13
- org.slf4j/jul-to-slf4j {:mvn/version " 2.0.5 " }
14
- org.slf4j/log4j-over-slf4j {:mvn/version " 2.0.5 " }
15
- org.slf4j/slf4j-api {:mvn/version " 2.0.5 " }}}
12
+ org.slf4j/jcl-over-slf4j {:mvn/version " 2.0.6 " }
13
+ org.slf4j/jul-to-slf4j {:mvn/version " 2.0.6 " }
14
+ org.slf4j/log4j-over-slf4j {:mvn/version " 2.0.6 " }
15
+ org.slf4j/slf4j-api {:mvn/version " 2.0.6 " }}}
Original file line number Diff line number Diff line change 3
3
[clojure.tools.build.api :as b]
4
4
[org.corfield.build :as bb]))
5
5
6
- (def ^:private version (format " 6.9 .%s" (b/git-count-revs nil )))
6
+ (def ^:private version (format " 6.11 .%s" (b/git-count-revs nil )))
7
7
(def ^:private library 'io.sentry /sentry-clj )
8
8
9
9
(defn run-tests
You can’t perform that action at this time.
0 commit comments