File tree Expand file tree Collapse file tree 6 files changed +15
-10
lines changed
Expand file tree Collapse file tree 6 files changed +15
-10
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
1010breaking existing names). COMMITS is an ever-increasing counter of
1111commits since the beginning of this repository.
1212
13+ ## [ 7.22.227]
14+
15+ - Update Sentry Java SDK to 7.22.0
16+
1317## [ 7.20.226]
1418
1519- Update Sentry Java SDK to 7.20.0
@@ -440,7 +444,8 @@ commits since the beginning of this repository.
440444 compatible with Sentry 10.0.1 and below. If you wish to use those
441445 versions, please continue to use sentry-clj 1.7.30.
442446
443- [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/7.20.226...HEAD
447+ [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/7.22.227...HEAD
448+ [ 7.22.227 ] : https://github.com/getsentry/sentry-clj/compare/7.20.226...7.22.227
444449[ 7.20.226 ] : https://github.com/getsentry/sentry-clj/compare/7.19.225...7.20.226
445450[ 7.19.225 ] : https://github.com/getsentry/sentry-clj/compare/7.19.224...7.19.225
446451[ 7.19.224 ] : https://github.com/getsentry/sentry-clj/compare/7.18.223...7.19.224
Original file line number Diff line number Diff line change 44 ; ;
55 ; ;
66 ; ;
7- io.sentry/sentry {:mvn/version " 7.20 .0" }
7+ io.sentry/sentry {:mvn/version " 7.22 .0" }
88 ring/ring-core {:mvn/version " 1.13.0" }}
99
10- :aliases {:build {:extra-deps {io.github.clojure/tools.build {:mvn/version " 0.10.6 " }
10+ :aliases {:build {:extra-deps {io.github.clojure/tools.build {:mvn/version " 0.10.7 " }
1111 slipset/deps-deploy {:mvn/version " 0.2.2" }}
1212 :ns-default scripts.build}
1313
Original file line number Diff line number Diff line change 44 ; ;
55 ; ;
66 ; ;
7- ch.qos.logback/logback-classic {:mvn/version " 1.5.15 " }
8- io.sentry/sentry {:mvn/version " 7.20 .0" }
7+ ch.qos.logback/logback-classic {:mvn/version " 1.5.16 " }
8+ io.sentry/sentry {:mvn/version " 7.22 .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" }
Original file line number Diff line number Diff line change 44 ; ;
55 ; ;
66 ; ;
7- ch.qos.logback/logback-classic {:mvn/version " 1.5.15 " }
7+ ch.qos.logback/logback-classic {:mvn/version " 1.5.16 " }
88 integrant/integrant {:mvn/version " 0.13.1" }
99 integrant/repl {:mvn/version " 0.4.0" }
10- io.sentry/sentry {:mvn/version " 7.20 .0" }
10+ io.sentry/sentry {:mvn/version " 7.22 .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" }
Original file line number Diff line number Diff line change 44 ; ;
55 ; ;
66 ; ;
7- ch.qos.logback/logback-classic {:mvn/version " 1.5.15 " }
8- io.sentry/sentry {:mvn/version " 7.20 .0" }
7+ ch.qos.logback/logback-classic {:mvn/version " 1.5.16 " }
8+ io.sentry/sentry {:mvn/version " 7.22 .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" }
Original file line number Diff line number Diff line change 77
88(defn ^:private the-version
99 [patch]
10- (format " 7.20 .%s" patch))
10+ (format " 7.22 .%s" patch))
1111
1212(defn ^:private pom-template
1313 [tag]
You can’t perform that action at this time.
0 commit comments