Skip to content

[dependabot]: Bump com.google.maps.android:android-maps-utils from 4.1.0 to 5.2.0 in /packages/google_maps_flutter/google_maps_flutter_android/android - #12935

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/packages/google_maps_flutter/google_maps_flutter_android/android/com.google.maps.android-android-maps-utils-5.2.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/packages/google_maps_flutter/google_maps_flutter_android/android/com.google.maps.android-android-maps-utils-5.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown
Contributor

Bumps com.google.maps.android:android-maps-utils from 4.1.0 to 5.2.0.

Release notes

Sourced from com.google.maps.android:android-maps-utils's releases.

v5.2.0

5.2.0 (2026-08-28)

Features

  • clustering: make ClusterManager and its public API open with JvmSuppressWildcards (#1759) (bbb66c4)
  • collections,clustering: complete Kotlin migration for core modules and apply optimizations (#1766) (ca97025)

Bug Fixes

  • ci: stop failing external PRs on missing coverage token (#1765) (09030dc)
  • data: prevent SSRF from untrusted KML/GeoJSON icon and GroundOverlay href (#1758) (9078c33)

v5.1.1

5.1.1 (2026-08-11)

Bug Fixes

v5.1.0

5.1.0 (2026-08-05)

Features

  • data: add support for parsing GroundOverlay with LatLonQuad bounds (#1739) (c2a165d)

Bug Fixes

  • apply polygon styling to GeoJSON MultiPolygon features (#1727) (67d7252)
  • bound untrusted GeoJSON input to prevent parser resource exhaustion (#1733) (1e41aa4)
  • remove MultiGeometry features from the map in removeFeature (#1725) (4f796ca)
  • render legacy bridge point markers visible (#1726) (fe802a4)
  • stale QuadItem removal after ClusterItem position updates (#1730) (c39ba07)
  • visual-testing: add UiScrollable chip scroll support for robust chip selection (#1735) (6104d93)

v5.0.0

5.0.0 (2026-07-15)

⚠ BREAKING CHANGES

  • rewrite android maps utils (#1658)

Features

... (truncated)

Changelog

Sourced from com.google.maps.android:android-maps-utils's changelog.

5.2.0 (2026-08-28)

Features

  • clustering: make ClusterManager and its public API open with JvmSuppressWildcards (#1759) (bbb66c4)
  • collections,clustering: complete Kotlin migration for core modules and apply optimizations (#1766) (ca97025)

Bug Fixes

  • ci: stop failing external PRs on missing coverage token (#1765) (09030dc)
  • data: prevent SSRF from untrusted KML/GeoJSON icon and GroundOverlay href (#1758) (9078c33)

5.1.1 (2026-08-11)

Bug Fixes

5.1.0 (2026-08-05)

Features

  • data: add support for parsing GroundOverlay with LatLonQuad bounds (#1739) (c2a165d)

Bug Fixes

  • apply polygon styling to GeoJSON MultiPolygon features (#1727) (67d7252)
  • bound untrusted GeoJSON input to prevent parser resource exhaustion (#1733) (1e41aa4)
  • remove MultiGeometry features from the map in removeFeature (#1725) (4f796ca)
  • render legacy bridge point markers visible (#1726) (fe802a4)
  • stale QuadItem removal after ClusterItem position updates (#1730) (c39ba07)
  • visual-testing: add UiScrollable chip scroll support for robust chip selection (#1735) (6104d93)

5.0.0 (2026-07-15)

⚠ BREAKING CHANGES

  • rewrite android maps utils (#1658)

Features

... (truncated)

Commits
  • e0c06e5 chore(main): release 5.2.0 (#1760)
  • ca97025 feat(collections,clustering): complete Kotlin migration for core modules and ...
  • e160a04 build(deps): bump androidx.compose:compose-bom (#1754)
  • 758865e build(deps): bump androidx.appcompat:appcompat from 1.7.1 to 1.8.0 (#1753)
  • 9078c33 fix(data): prevent SSRF from untrusted KML/GeoJSON icon and GroundOverlay hre...
  • 09030dc fix(ci): stop failing external PRs on missing coverage token (#1765)
  • d51c6d6 chore(clustering): use idiomatic poll().let in cluster renderers for null-saf...
  • bbb66c4 feat(clustering): make ClusterManager and its public API open with JvmSuppres...
  • b32ce9e chore: resolve ErrorProne, Lint, and Kotlinc warnings across library, cluster...
  • 36e27de docs: add guidelines for AI-assisted contributions (#1756)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.google.maps.android:android-maps-utils](https://github.com/googlemaps/android-maps-utils) from 4.1.0 to 5.2.0.
- [Release notes](https://github.com/googlemaps/android-maps-utils/releases)
- [Changelog](https://github.com/googlemaps/android-maps-utils/blob/main/CHANGELOG.md)
- [Commits](googlemaps/android-maps-utils@v4.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: com.google.maps.android:android-maps-utils
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added autosubmit Merge PR when tree becomes green via auto submit App triage-android Should be looked at in Android triage labels Sep 18, 2026
@flutter-dashboard flutter-dashboard Bot added the CICD Run CI/CD label Sep 18, 2026
@auto-submit auto-submit Bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Sep 18, 2026
@auto-submit

auto-submit Bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

autosubmit label was removed for flutter/packages/12935, because - The status or check suite Dashboard Checks has failed. Please fix the issues identified (or deflake) before re-applying this label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CICD Run CI/CD p: google_maps_flutter platform-android triage-android Should be looked at in Android triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant