We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b27502 commit b33ae25Copy full SHA for b33ae25
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@ Mapbox welcomes participation and contributions from everyone.
4
5
### main
6
7
+### v7.3.0 - September 23, 2024
8
+
9
+- Bumped `okhttp` version to `4.10.0`. [#1595](https://github.com/mapbox/mapbox-java/pull/1595)
10
11
### v7.2.0 - August 28, 2024
12
13
- Added `PaymentMethods#etc2` payment method.
gradle/dependencies.gradle
@@ -7,7 +7,7 @@ ext {
annotation : '1.0.0',
gson : '2.8.9',
retrofit : '2.7.2',
- okhttp3 : '4.9.0',
+ okhttp3 : '4.10.0',
mockito : '4.2.0',
hamcrestJunit : '2.0.0.0',
googleTruth : '1.0.1',
@@ -25,7 +25,7 @@ ext {
25
jacoco : '0.8.7',
26
maven : '3.6.2',
27
artifactory: '4.9.3',
28
- kotlin : '1.3.72',
+ kotlin : '1.6.21',
29
shadowJar : '4.0.4',
30
mapboxSdkRegistry : '0.7.0'
31
]
0 commit comments