Skip to content

Commit

Permalink
chore: bump sentry_dio and sentry_flutter in /app
Browse files Browse the repository at this point in the history
Bumps [sentry_dio](https://github.com/getsentry/sentry-dart) and [sentry_flutter](https://github.com/getsentry/sentry-dart). These dependencies needed to be updated together.

Updates `sentry_dio` from 8.11.1 to 8.11.2
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/8.11.2/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@8.11.1...8.11.2)

Updates `sentry_flutter` from 8.11.1 to 8.11.2
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/8.11.2/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@8.11.1...8.11.2)

---
updated-dependencies:
- dependency-name: sentry_dio
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: sentry_flutter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and lsaudon committed Dec 20, 2024
1 parent f8dcef4 commit 46f8acc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -908,26 +908,26 @@ packages:
dependency: transitive
description:
name: sentry
sha256: "27088acf02728692f1067d6cc5b4ced37894080dc1b6147357f9e2961c6a5c9b"
sha256: b1ead7ca4da0949aed9482c4962f172021a4417f0a126fa974878c2301c16df7
url: "https://pub.dev"
source: hosted
version: "8.11.1"
version: "8.11.2"
sentry_dio:
dependency: "direct main"
description:
name: sentry_dio
sha256: "73728cc834275c81111abe2c24cbe3bc2b22bd9475b3afad3f9734d78d3747ce"
sha256: "69036a13431a49eee1f9e1af46d09808e6ff2efe7f15365adbe0e2a1d1617841"
url: "https://pub.dev"
source: hosted
version: "8.11.1"
version: "8.11.2"
sentry_flutter:
dependency: "direct main"
description:
name: sentry_flutter
sha256: "8e416b8549322c643ad4ee5956185d7a429417b68f9ddeb646aa08e319f01201"
sha256: d978861bc413ef98b663b065a65e780b255bfcdc0e2fa307884f7f6df0f1a406
url: "https://pub.dev"
source: hosted
version: "8.11.1"
version: "8.11.2"
shared_preferences:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ dependencies:
package_info_plus: 8.1.2
pinput: 5.0.0
rxdart: 0.28.0
sentry_dio: 8.11.1
sentry_flutter: 8.11.1
sentry_dio: 8.11.2
sentry_flutter: 8.11.2
url_launcher: 6.3.1

dev_dependencies:
Expand Down

0 comments on commit 46f8acc

Please sign in to comment.