Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit ab58036

Browse files
committed
Upgraded okhttp dependency to 3.12.5
1 parent 0ca0525 commit ab58036

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
the message and cause are more clear and a round trip is avoided.
66
- [IMPROVED] Prevent multiple session renewal requests happening simultaneously because some auth
77
types apply limits to the number of requests that can be made.
8-
- [UPGRADED] Optional OkHttp dependency to version 3.12.2.
8+
- [UPGRADED] Optional OkHttp dependency to version 3.12.5.
99

1010
# 2.17.0 (2019-05-23)
1111
- [NEW] Added `com.cloudant.client.api.model.DbInfo#getDocDelCountLong()` to return

cloudant-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.1.0'
2121
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.1.0'
2222
testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3'
23-
testCompile group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '3.12.2'
23+
testCompile group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '3.12.5'
2424
testCompile group: 'org.jmockit', name: 'jmockit', version: '1.34'
2525
testCompile group: 'org.littleshoot', name: 'littleproxy', version: '1.1.0'
2626
}

cloudant-http/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
dependencies {
1616
compile group: 'commons-io', name: 'commons-io', version: '2.4'
1717
//needed to compile, but optional for consumers of java-cloudant
18-
compile(group: 'com.squareup.okhttp3', name: 'okhttp-urlconnection', version: '3.12.2') {
18+
compile(group: 'com.squareup.okhttp3', name: 'okhttp-urlconnection', version: '3.12.5') {
1919
ext.optional = true
2020
}
2121
}

0 commit comments

Comments
 (0)