Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

fix(deps): update dependency sentry_flutter to ^8.9.0 - autoclosed #366

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1517,34 +1517,34 @@ packages:
dependency: transitive
description:
name: sentry
sha256: "1af8308298977259430d118ab25be8e1dda626cdefa1e6ce869073d530d39271"
sha256: "033287044a6644a93498969449d57c37907e56f5cedb17b88a3ff20a882261dd"
url: "https://pub.dev"
source: hosted
version: "8.8.0"
version: "8.9.0"
sentry_dio:
dependency: "direct main"
description:
name: sentry_dio
sha256: "204ad3d22f6cb653d20350531d3cf0ec90ba98931c6ce6fb8e9fbb6706daf297"
sha256: "154f32c2381cb53c2687601b0e6a54eeda452b5d1d414b1c9e1c0ea817e65ced"
url: "https://pub.dev"
source: hosted
version: "8.8.0"
version: "8.9.0"
sentry_flutter:
dependency: "direct main"
description:
name: sentry_flutter
sha256: "18fe4d125c2d529bd6127200f0d2895768266a8c60b4fb50b2086fd97e1a4ab2"
sha256: "3780b5a0bb6afd476857cfbc6c7444d969c29a4d9bd1aa5b6960aa76c65b737a"
url: "https://pub.dev"
source: hosted
version: "8.8.0"
version: "8.9.0"
sentry_logging:
dependency: "direct main"
description:
name: sentry_logging
sha256: c5bab2abb3e6419532676184f5c27c5e953556f678729cde4f4ff078101115a4
sha256: f798a08dc7931f1a86ffd2d2d9b38b2dbeeb4df05a91cd5cd47606ed89408ee7
url: "https://pub.dev"
source: hosted
version: "8.8.0"
version: "8.9.0"
shared_preferences:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dependencies:
pretty_dio_logger: ^1.4.0
reorderables: ^0.6.0
sentry_dio: ^8.8.0
sentry_flutter: ^8.8.0
sentry_flutter: ^8.9.0
sentry_logging: ^8.8.0
shared_preferences: ^2.3.2
slang: ^3.31.2
Expand Down
Loading