Skip to content

Commit

Permalink
build(deps): bump io.sentry:sentry-android from 7.6.0 to 7.13.0 in /a…
Browse files Browse the repository at this point in the history
…ndroid (#705)

* build(deps): bump io.sentry:sentry-android in /android

Bumps [io.sentry:sentry-android](https://github.com/getsentry/sentry-java) from 7.6.0 to 7.13.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@7.6.0...7.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update CHANGELOG.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: LucasZF <[email protected]>
  • Loading branch information
dependabot[bot] and lucas-zimerman committed Aug 12, 2024
1 parent 3e97ba5 commit 34449a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

## 1.0.0-beta.1
## Unreleased

### Dependencies

- Bump Android SDK from v7.6.0 to v7.13.0 ([#705](https://github.com/getsentry/sentry-capacitor/pull/705))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7130)
- [diff](https://github.com/getsentry/sentry-java/compare/7.6.0...7.13.0)


### How to Upgrade to Version 1:

Expand All @@ -25,6 +32,7 @@ in v8. If you have an advanced Sentry SDK setup, we additionally recommend readi
[in-depth migration guide](https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md#upgrading-from-7x-to-8x) in our repo which highlights all changes with additional details and
information.

## 1.0.0-beta.1

### Features

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ repositories {

dependencies {
implementation project(':capacitor-android')
implementation 'io.sentry:sentry-android:7.6.0'
implementation 'io.sentry:sentry-android:7.13.0'
}

0 comments on commit 34449a0

Please sign in to comment.