Skip to content

Commit a741053

Browse files
natiginfojush
authored andcommitted
[maps-android] add more details for GeoJSON library update. (#6044)
Adding more details to changelog about GeoJSON library update. --------- Co-authored-by: Ramon <[email protected]> GitOrigin-RevId: e77e362c78881d75c8aeebd098bf291117946d8d
1 parent 25b83ef commit a741053

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,14 @@ Mapbox welcomes participation and contributions from everyone.
2727

2828
## Dependencies
2929
* Update gl-native to v11.15.0-beta.1, common to 24.15.0-beta.1.
30-
* Update Mapbox GeoJSON library to [v7.5.0](https://github.com/mapbox/mapbox-java/releases/tag/v7.5.0).
30+
* Update Mapbox GeoJSON library to [v7.5.0](https://github.com/mapbox/mapbox-java/releases/tag/v7.5.0) which bumps GSON to v2.13.1 to address [CVE-2025-53864](https://nvd.nist.gov/vuln/detail/CVE-2025-53864). If your project uses AGP 7.0, you might need to add the following snippet to your `build.gradle` or upgrade to AGP 8.0+ ([more details](https://issuetracker.google.com/issues/342522142#comment8)):
31+
```
32+
configurations {
33+
all {
34+
exclude group: 'com.google.errorprone', module: 'error_prone_annotations'
35+
}
36+
}
37+
```
3138

3239
# 11.14.2 August 15, 2025
3340

0 commit comments

Comments
 (0)