File tree 7 files changed +25
-18
lines changed
7 files changed +25
-18
lines changed Original file line number Diff line number Diff line change 6
6
- package-ecosystem : github-actions
7
7
directory : /
8
8
schedule :
9
- interval : daily
9
+ interval : weekly
Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ 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.6.215]
14
+
15
+ - Update Sentry Java SDK to 7.6.0
16
+ - Bump dependencies
17
+ - Add 'enable-external-configuration' as a configuration option. Thanks @mping-exo !
18
+
13
19
## [ 7.4.213]
14
20
15
21
- Update Sentry Java SDK to 7.4.0
@@ -397,7 +403,8 @@ commits since the beginning of this repository.
397
403
compatible with Sentry 10.0.1 and below. If you wish to use those
398
404
versions, please continue to use sentry-clj 1.7.30.
399
405
400
- [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/7.4.213...HEAD
406
+ [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/7.6.215...HEAD
407
+ [ 7.6.215 ] : https://github.com/getsentry/sentry-clj/compare/7.4.213...7.6.215
401
408
[ 7.4.213 ] : https://github.com/getsentry/sentry-clj/compare/7.2.211...7.4.213
402
409
[ 7.2.211 ] : https://github.com/getsentry/sentry-clj/compare/6.33.209...7.2.211
403
410
[ 6.33.209 ] : https://github.com/getsentry/sentry-clj/compare/6.33.205...6.33.209
Original file line number Diff line number Diff line change 1
1
{:paths [" src" ]
2
2
3
- :deps {org.clojure/clojure {:mvn/version " 1.11.1 " }
3
+ :deps {org.clojure/clojure {:mvn/version " 1.11.2 " }
4
4
; ;
5
5
; ;
6
6
; ;
7
- io.sentry/sentry {:mvn/version " 7.4 .0" }
8
- ring/ring-core {:mvn/version " 1.11 .0" }}
7
+ io.sentry/sentry {:mvn/version " 7.6 .0" }
8
+ ring/ring-core {:mvn/version " 1.12 .0" }}
9
9
10
- :aliases {:build {:extra-deps {io.github.clojure/tools.build {:mvn/version " 0.9.6 " }
10
+ :aliases {:build {:extra-deps {io.github.clojure/tools.build {:mvn/version " 0.10.0 " }
11
11
slipset/deps-deploy {:mvn/version " 0.2.2" }}
12
12
:ns-default scripts.build}
13
13
Original file line number Diff line number Diff line change 1
1
{:paths [" src" " resources" ]
2
2
3
- :deps {org.clojure/clojure {:mvn/version " 1.11.1 " }
3
+ :deps {org.clojure/clojure {:mvn/version " 1.11.2 " }
4
4
; ;
5
5
; ;
6
6
; ;
7
- ch.qos.logback/logback-classic {:mvn/version " 1.5.0 " }
8
- io.sentry/sentry {:mvn/version " 7.4 .0" }
7
+ ch.qos.logback/logback-classic {:mvn/version " 1.5.3 " }
8
+ io.sentry/sentry {:mvn/version " 7.6 .0" }
9
9
io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
10
10
org.clojure/tools.cli {:mvn/version " 1.1.230" }
11
11
org.clojure/tools.logging {:mvn/version " 1.3.0" }
Original file line number Diff line number Diff line change 1
1
{:paths [" src" " resources" ]
2
2
3
- :deps {org.clojure/clojure {:mvn/version " 1.11.1 " }
3
+ :deps {org.clojure/clojure {:mvn/version " 1.11.2 " }
4
4
; ;
5
5
; ;
6
6
; ;
7
- ch.qos.logback/logback-classic {:mvn/version " 1.5.0 " }
7
+ ch.qos.logback/logback-classic {:mvn/version " 1.5.3 " }
8
8
integrant/integrant {:mvn/version " 0.8.1" }
9
9
integrant/repl {:mvn/version " 0.3.3" }
10
- io.sentry/sentry {:mvn/version " 7.4 .0" }
10
+ io.sentry/sentry {:mvn/version " 7.6 .0" }
11
11
io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
12
12
org.clojure/tools.cli {:mvn/version " 1.1.230" }
13
13
org.clojure/tools.logging {:mvn/version " 1.3.0" }
14
14
org.slf4j/jcl-over-slf4j {:mvn/version " 2.0.12" }
15
15
org.slf4j/jul-to-slf4j {:mvn/version " 2.0.12" }
16
16
org.slf4j/log4j-over-slf4j {:mvn/version " 2.0.12" }
17
17
org.slf4j/slf4j-api {:mvn/version " 2.0.12" }
18
- ring/ring-core {:mvn/version " 1.11 .0" }
19
- ring/ring-jetty-adapter {:mvn/version " 1.11 .0" }
18
+ ring/ring-core {:mvn/version " 1.12 .0" }
19
+ ring/ring-jetty-adapter {:mvn/version " 1.12 .0" }
20
20
ring/ring-json {:mvn/version " 0.5.1" }}}
Original file line number Diff line number Diff line change 1
1
{:paths [" src" " resources" ]
2
2
3
- :deps {org.clojure/clojure {:mvn/version " 1.11.1 " }
3
+ :deps {org.clojure/clojure {:mvn/version " 1.11.2 " }
4
4
; ;
5
5
; ;
6
6
; ;
7
- ch.qos.logback/logback-classic {:mvn/version " 1.5.0 " }
8
- io.sentry/sentry {:mvn/version " 7.4 .0" }
7
+ ch.qos.logback/logback-classic {:mvn/version " 1.5.3 " }
8
+ io.sentry/sentry {:mvn/version " 7.6 .0" }
9
9
io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
10
10
org.clojure/tools.cli {:mvn/version " 1.1.230" }
11
11
org.clojure/tools.logging {:mvn/version " 1.3.0" }
Original file line number Diff line number Diff line change 7
7
8
8
(defn ^:private the-version
9
9
[patch]
10
- (format " 7.4 .%s" patch))
10
+ (format " 7.6 .%s" patch))
11
11
12
12
(defn ^:private pom-template
13
13
[tag]
You can’t perform that action at this time.
0 commit comments