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

Commit 8d31389

Browse files
authored
Merge pull request #359 from cloudant/358-http-2.6.2
Updated cloudant-http to 2.6.2
2 parents 047f66d + 36ad7c4 commit 8d31389

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Unreleased
2+
- [UPGRADED] Upgraded to version 2.6.2 of the `cloudant-http` library.
23
- [REMOVED] Removed com.google.guava:guava:15.0 dependency applications may need to update their own
34
dependency tree to include guava if they are using it directly, but were relying on this library
45
to include it.

cloudant-sync-datastore-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// ************ //
44
dependencies {
55

6-
compile group: 'com.cloudant', name: 'cloudant-http', version:'2.5.1'
6+
compile group: 'com.cloudant', name: 'cloudant-http', version:'2.6.2'
77
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.1.1'
88
compile group: 'commons-codec', name: 'commons-codec', version:'1.10'
99
compile group: 'commons-io', name: 'commons-io', version:'2.4'

0 commit comments

Comments
 (0)