From 6e83fe985f2a2d903480679cb3267902960d4676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 10:27:44 +0000 Subject: [PATCH] [geocoding]: Bump geocoding_ios, geocoding_platform_interface and geocoding_android Bumps [geocoding_ios](https://github.com/baseflow/flutter-geocoding), [geocoding_platform_interface](https://github.com/baseflow/flutter-geocoding) and [geocoding_android](https://github.com/baseflow/flutter-geocoding). These dependencies needed to be updated together. Updates `geocoding_ios` from 2.1.1 to 2.2.0 - [Commits](https://github.com/baseflow/flutter-geocoding/compare/geocoding_ios_v2.1.1...geocoding_ios_v2.2.0) Updates `geocoding_platform_interface` from 2.0.1 to 3.1.0 - [Commits](https://github.com/baseflow/flutter-geocoding/compare/geocoding_platform_interface_v2.0.1...geocoding_platform_interface_v3.1.0) Updates `geocoding_android` from 2.1.2 to 3.1.0 - [Commits](https://github.com/baseflow/flutter-geocoding/commits/geocoding_android_v3.1.0) --- updated-dependencies: - dependency-name: geocoding_ios dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: geocoding_platform_interface dependency-type: direct:production update-type: version-update:semver-major - dependency-name: geocoding_android dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- geocoding/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geocoding/pubspec.yaml b/geocoding/pubspec.yaml index ce02e39..73bd5b1 100644 --- a/geocoding/pubspec.yaml +++ b/geocoding/pubspec.yaml @@ -12,8 +12,8 @@ dependencies: flutter: sdk: flutter - geocoding_platform_interface: ^2.0.0 - geocoding_android: ^2.1.0 + geocoding_platform_interface: ">=2.0.0 <4.0.0" + geocoding_android: ">=2.1.0 <4.0.0" geocoding_ios: ^2.1.0 dev_dependencies: