Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Commit e336aba

Browse files
committed
Upgraded java-cloudant dependency to 2.6.2
1 parent 57e3e57 commit e336aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ subprojects {
4444

4545
dependencies {
4646
// Cloudant client (java-cloudant) version
47-
def javaCloudantVersion = '2.5.0'
47+
def javaCloudantVersion = '2.6.2'
4848
// Dependency on java-cloudant
4949
compile group: 'com.cloudant', name: 'cloudant-client', version: javaCloudantVersion
5050
// Dependencies for inheriting javadoc and creating doc links

0 commit comments

Comments
 (0)