Skip to content

Commit

Permalink
Update Sentry Java SDK to 6.29.0
Browse files Browse the repository at this point in the history
-=david=-
  • Loading branch information
dharrigan committed Sep 16, 2023
1 parent e767697 commit c035066
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 24 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -10,6 +10,10 @@ endeavour to be non-breaking (by moving to new names rather than by
breaking existing names). COMMITS is an ever-increasing counter of
commits since the beginning of this repository.

## [6.29.202]

- Update Sentry Java SDK to 6.29.0

## [6.28.200]

- Update Sentry Java SDK to 6.28.0
Expand Down Expand Up @@ -367,7 +371,8 @@ commits since the beginning of this repository.
compatible with Sentry 10.0.1 and below. If you wish to use those
versions, please continue to use sentry-clj 1.7.30.

[Unreleased]: https://github.com/getsentry/sentry-clj/compare/6.28.200...HEAD
[Unreleased]: https://github.com/getsentry/sentry-clj/compare/6.29.202...HEAD
[6.29.202]: https://github.com/getsentry/sentry-clj/compare/6.28.200...6.29.202
[6.28.200]: https://github.com/getsentry/sentry-clj/compare/6.26.199...6.28.200
[6.26.199]: https://github.com/getsentry/sentry-clj/compare/6.24.198...6.26.199
[6.24.198]: https://github.com/getsentry/sentry-clj/compare/6.21.196...6.24.198
Expand Down
8 changes: 4 additions & 4 deletions deps.edn
Expand Up @@ -4,7 +4,7 @@
;;
;;
;;
io.sentry/sentry {:mvn/version "6.28.0"}
io.sentry/sentry {:mvn/version "6.29.0"}
ring/ring-core {:mvn/version "1.10.0"}}

:aliases {:build {:deps {io.github.seancorfield/build-clj {:git/tag "v0.9.2"
Expand All @@ -14,13 +14,13 @@
:test {:extra-paths ["test"]
:extra-deps {cheshire/cheshire {:mvn/version "5.11.0"}
com.github.seancorfield/expectations {:mvn/version "2.0.165"}
lambdaisland/kaocha {:mvn/version "1.85.1342"}
lambdaisland/kaocha {:mvn/version "1.86.1355"}
lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"}
orchestra/orchestra {:mvn/version "2021.01.01-1"}
org.clojure/test.check {:mvn/version "1.1.1"}}}

:antq {:replace-deps {com.github.liquidz/antq {:mvn/version "2.5.1095"}
org.slf4j/slf4j-nop {:mvn/version "2.0.7"}}
:antq {:replace-deps {com.github.liquidz/antq {:mvn/version "2.6.1121"}
org.slf4j/slf4j-nop {:mvn/version "2.0.9"}}
:exec-fn antq.tool/outdated
:exec-args {:skip ["pom"]
:verbose true
Expand Down
12 changes: 6 additions & 6 deletions examples/basic/deps.edn
Expand Up @@ -4,12 +4,12 @@
;;
;;
;;
ch.qos.logback/logback-classic {:mvn/version "1.4.9"}
io.sentry/sentry {:mvn/version "6.28.0"}
ch.qos.logback/logback-classic {:mvn/version "1.4.11"}
io.sentry/sentry {:mvn/version "6.29.0"}
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
org.clojure/tools.cli {:mvn/version "1.0.219"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.7"}
org.slf4j/jul-to-slf4j {:mvn/version "2.0.7"}
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.7"}
org.slf4j/slf4j-api {:mvn/version "2.0.7"}}}
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.9"}
org.slf4j/jul-to-slf4j {:mvn/version "2.0.9"}
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.9"}
org.slf4j/slf4j-api {:mvn/version "2.0.9"}}}
12 changes: 6 additions & 6 deletions examples/ring_with_tracing/deps.edn
Expand Up @@ -4,17 +4,17 @@
;;
;;
;;
ch.qos.logback/logback-classic {:mvn/version "1.4.9"}
ch.qos.logback/logback-classic {:mvn/version "1.4.11"}
integrant/integrant {:mvn/version "0.8.1"}
integrant/repl {:mvn/version "0.3.3"}
io.sentry/sentry {:mvn/version "6.28.0"}
io.sentry/sentry {:mvn/version "6.29.0"}
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
org.clojure/tools.cli {:mvn/version "1.0.219"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.7"}
org.slf4j/jul-to-slf4j {:mvn/version "2.0.7"}
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.7"}
org.slf4j/slf4j-api {:mvn/version "2.0.7"}
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.9"}
org.slf4j/jul-to-slf4j {:mvn/version "2.0.9"}
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.9"}
org.slf4j/slf4j-api {:mvn/version "2.0.9"}
ring/ring-core {:mvn/version "1.10.0"}
ring/ring-jetty-adapter {:mvn/version "1.10.0"}
ring/ring-json {:mvn/version "0.5.1"}}}
12 changes: 6 additions & 6 deletions examples/uncaught/deps.edn
Expand Up @@ -4,12 +4,12 @@
;;
;;
;;
ch.qos.logback/logback-classic {:mvn/version "1.4.9"}
io.sentry/sentry {:mvn/version "6.28.0"}
ch.qos.logback/logback-classic {:mvn/version "1.4.11"}
io.sentry/sentry {:mvn/version "6.29.0"}
io.sentry/sentry-clj {:local/root "../../../sentry-clj"}
org.clojure/tools.cli {:mvn/version "1.0.219"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.7"}
org.slf4j/jul-to-slf4j {:mvn/version "2.0.7"}
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.7"}
org.slf4j/slf4j-api {:mvn/version "2.0.7"}}}
org.slf4j/jcl-over-slf4j {:mvn/version "2.0.9"}
org.slf4j/jul-to-slf4j {:mvn/version "2.0.9"}
org.slf4j/log4j-over-slf4j {:mvn/version "2.0.9"}
org.slf4j/slf4j-api {:mvn/version "2.0.9"}}}
2 changes: 1 addition & 1 deletion scripts/build.clj
Expand Up @@ -3,7 +3,7 @@
[clojure.tools.build.api :as b]
[org.corfield.build :as bb]))

(def ^:private version (format "6.28.%s" (b/git-count-revs nil)))
(def ^:private version (format "6.29.%s" (b/git-count-revs nil)))
(def ^:private library 'io.sentry/sentry-clj)

(defn run-tests
Expand Down

0 comments on commit c035066

Please sign in to comment.