Skip to content

Commit f5ed066

Browse files
auto-value-gson 0.0.2 (#1605)
1 parent c75057c commit f5ed066

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Mapbox welcomes participation and contributions from everyone.
44

55
### main
66

7+
- Updated `auto-value-gson` to version [0.0.2](https://github.com/mapbox/auto-value-gson/releases/tag/mapbox-v0.0.2). [#1605](https://github.com/mapbox/mapbox-java/pull/1605)
8+
79
### v7.3.1 - October 15, 2024
810
- Fixed malformed URL that resulted from previous inclusion of `contours_meters` as an Isochrone option. [#1599](https://github.com/mapbox/mapbox-java/pull/1599)
911

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ext {
22

33
version = [
44
autoValue : '1.7',
5-
autoValueGson : '0.0.1',
5+
autoValueGson : '0.0.2',
66
junit : '4.12',
77
annotation : '1.0.0',
88
gson : '2.8.9',

0 commit comments

Comments
 (0)