File tree Expand file tree Collapse file tree 7 files changed +19
-14
lines changed Expand file tree Collapse file tree 7 files changed +19
-14
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 strategy :
1818 matrix :
19- java : ['8', '17', '21']
19+ java : ['8', '17', '21', '25' ]
2020 steps :
2121 - uses : actions/checkout@v5
2222
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+ ## [ 8.25.237]
14+
15+ - Update Sentry Java SDK to 8.25.0
16+
1317## [ 8.22.236]
1418
1519- Update Sentry Java SDK to 8.22.0
@@ -467,7 +471,8 @@ commits since the beginning of this repository.
467471 compatible with Sentry 10.0.1 and below. If you wish to use those
468472 versions, please continue to use sentry-clj 1.7.30.
469473
470- [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/8.22.236...HEAD
474+ [ Unreleased ] : https://github.com/getsentry/sentry-clj/compare/8.25.237...HEAD
475+ [ 8.25.237 ] : https://github.com/getsentry/sentry-clj/compare/8.22.236...8.25.237
471476[ 8.22.236 ] : https://github.com/getsentry/sentry-clj/compare/8.21.234...8.22.236
472477[ 8.21.234 ] : https://github.com/getsentry/sentry-clj/compare/8.21.232...8.21.234
473478[ 8.21.232 ] : https://github.com/getsentry/sentry-clj/compare/8.20.229...8.21.232
Original file line number Diff line number Diff line change 44 ; ;
55 ; ;
66 ; ;
7- io.sentry/sentry {:mvn/version " 8.22 .0" }
7+ io.sentry/sentry {:mvn/version " 8.25 .0" }
88 ring/ring-core {:mvn/version " 1.15.3" }}
99
10- :aliases {:build {:extra-deps {io.github.clojure/tools.build {:mvn/version " 0.10.10 " }
10+ :aliases {:build {:extra-deps {io.github.clojure/tools.build {:mvn/version " 0.10.11 " }
1111 slipset/deps-deploy {:mvn/version " 0.2.2" }}
1212 :ns-default scripts.build}
1313
3333 :upgrade true
3434 :verbose true }}
3535
36- :check {:replace-deps {dev.weavejester/cljfmt {:mvn/version " 0.13.4 " }}
36+ :check {:replace-deps {dev.weavejester/cljfmt {:mvn/version " 0.15.3 " }}
3737 :main-opts [" -m" " cljfmt.main" " check" ]}
3838
39- :fix {:replace-deps {dev.weavejester/cljfmt {:mvn/version " 0.13.4 " }}
39+ :fix {:replace-deps {dev.weavejester/cljfmt {:mvn/version " 0.15.3 " }}
4040 :main-opts [" -m" " cljfmt.main" " fix" ]}}
4141
4242 :mvn/repos {" central" {:url " https://repo1.maven.org/maven2/" :releases {:update :always }}
Original file line number Diff line number Diff line change 22
33 :deps {org.clojure/clojure {:mvn/version " 1.12.3" }
44 ; ;
5- ch.qos.logback/logback-classic {:mvn/version " 1.5.18 " }
6- io.sentry/sentry {:mvn/version " 8.22 .0" }
5+ ch.qos.logback/logback-classic {:mvn/version " 1.5.20 " }
6+ io.sentry/sentry {:mvn/version " 8.25 .0" }
77 io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
88 org.clojure/tools.cli {:mvn/version " 1.2.245" }
99 org.clojure/tools.logging {:mvn/version " 1.3.0" }
Original file line number Diff line number Diff line change 22
33 :deps {org.clojure/clojure {:mvn/version " 1.12.3" }
44 ; ;
5- ch.qos.logback/logback-classic {:mvn/version " 1.5.18 " }
6- integrant/integrant {:mvn/version " 1.0.0 " }
7- io.sentry/sentry {:mvn/version " 8.22 .0" }
5+ ch.qos.logback/logback-classic {:mvn/version " 1.5.20 " }
6+ integrant/integrant {:mvn/version " 1.0.1 " }
7+ io.sentry/sentry {:mvn/version " 8.25 .0" }
88 io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
99 org.clojure/tools.cli {:mvn/version " 1.2.245" }
1010 org.clojure/tools.logging {:mvn/version " 1.3.0" }
Original file line number Diff line number Diff line change 22
33 :deps {org.clojure/clojure {:mvn/version " 1.12.3" }
44 ; ;
5- ch.qos.logback/logback-classic {:mvn/version " 1.5.18 " }
6- io.sentry/sentry {:mvn/version " 8.22 .0" }
5+ ch.qos.logback/logback-classic {:mvn/version " 1.5.20 " }
6+ io.sentry/sentry {:mvn/version " 8.25 .0" }
77 io.sentry/sentry-clj {:local/root " ../../../sentry-clj" }
88 org.clojure/tools.cli {:mvn/version " 1.2.245" }
99 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 " 8.22 .%s" patch))
10+ (format " 8.25 .%s" patch))
1111
1212(defn ^:private pom-template
1313 [tag]
You can’t perform that action at this time.
0 commit comments