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

Commit 9509b26

Browse files
committed
Merge pull request #3 from cloudant-labs/2-update-java-cloudant
Updated java-cloudant dependency version
2 parents b2eb89b + 2db8597 commit 9509b26

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Unreleased
2+
[IMPROVED] - Updated java-cloudant dependency to version 2.4.3
3+
14
# 0.1.1 (2016-03-11)
25
- Updated to a semver compliant three digit version number.
36

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.4.1'
47+
def javaCloudantVersion = '2.4.3'
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)