Skip to content

Commit b33ae25

Browse files
author
Seth Bourget
authored
Bumped okhttp to version 4.10.0. (#1595)
1 parent 1b27502 commit b33ae25

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

55
### main
66

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+
711
### v7.2.0 - August 28, 2024
812

913
- Added `PaymentMethods#etc2` payment method.

gradle/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ext {
77
annotation : '1.0.0',
88
gson : '2.8.9',
99
retrofit : '2.7.2',
10-
okhttp3 : '4.9.0',
10+
okhttp3 : '4.10.0',
1111
mockito : '4.2.0',
1212
hamcrestJunit : '2.0.0.0',
1313
googleTruth : '1.0.1',
@@ -25,7 +25,7 @@ ext {
2525
jacoco : '0.8.7',
2626
maven : '3.6.2',
2727
artifactory: '4.9.3',
28-
kotlin : '1.3.72',
28+
kotlin : '1.6.21',
2929
shadowJar : '4.0.4',
3030
mapboxSdkRegistry : '0.7.0'
3131
]

0 commit comments

Comments
 (0)