Skip to content

Commit

Permalink
Bump io.sentry:sentry from 1.7.29 to 6.32.0
Browse files Browse the repository at this point in the history
Bumps [io.sentry:sentry](https://github.com/getsentry/sentry-java) from 1.7.29 to 6.32.0.
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-java@v1.7.29...6.32.0)

---
updated-dependencies:
- dependency-name: io.sentry:sentry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent 5b72b13 commit 459306b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ dependencies {


// For Sentry bug reporting
implementation group: 'io.sentry', name: 'sentry', version: '1.7.29'
implementation group: 'io.sentry', name: 'sentry-log4j2', version: '1.7.29'
implementation group: 'io.sentry', name: 'sentry', version: '6.32.0'
implementation group: 'io.sentry', name: 'sentry-log4j2', version: '6.32.0'

// parsing of configuration data
implementation group: 'org.apache.commons', name: 'commons-configuration2', version: '2.9.0'
Expand Down

0 comments on commit 459306b

Please sign in to comment.