From f2c6d63a7e9b959cc13c15aacb9ef1a590ee9a26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 00:21:50 +0000 Subject: [PATCH] Bump flutter_background_geolocation from 4.16.12 to 4.17.0 Bumps [flutter_background_geolocation](https://github.com/transistorsoft/flutter_background_geolocation) from 4.16.12 to 4.17.0. - [Changelog](https://github.com/transistorsoft/flutter_background_geolocation/blob/master/CHANGELOG.md) - [Commits](https://github.com/transistorsoft/flutter_background_geolocation/commits) --- updated-dependencies: - dependency-name: flutter_background_geolocation dependency-version: 4.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 8 ++++---- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 6812f96..103aa50 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -21,10 +21,10 @@ packages: dependency: transitive description: name: background_fetch - sha256: "442e82f508708be89fd0cc7e1dc3b27bc7c6c8c39a47967ccb7ed1c57b9108b5" + sha256: e767745c31f71660063985c982497995d0a71755d3f1b0c8e8c96988d64d3003 url: "https://pub.dev" source: hosted - version: "1.3.8" + version: "1.4.0" boolean_selector: dependency: transitive description: @@ -178,10 +178,10 @@ packages: dependency: "direct main" description: name: flutter_background_geolocation - sha256: "96156b2434ccd9d36cfa6049b714ca932306a845e00cf4efa341d4dc272afd7d" + sha256: d3c3107ef4cd2965746cdfc8f40e348fce05c39b0390d84f1316e13f400fd55c url: "https://pub.dev" source: hosted - version: "4.16.12" + version: "4.17.0" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 00af3d5..97bd7cc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: flutter_localizations: sdk: flutter intl: any - flutter_background_geolocation: ^4.16.12 + flutter_background_geolocation: ^4.17.0 shared_preferences: ^2.5.3 firebase_core: ^3.15.2 firebase_messaging: ^15.2.10