This repository was archived by the owner on Mar 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 1515dependencies {
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}
You can’t perform that action at this time.
0 commit comments