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

Commit 94fbdd4

Browse files
committed
Upgraded java-cloudant dependency to 2.5.0
1 parent df470c2 commit 94fbdd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
2-
[IMPROVED] - Updated java-cloudant dependency to version 2.4.3
2+
[IMPROVED] - Updated java-cloudant dependency to version 2.5.0
33

44
# 0.1.1 (2016-03-11)
55
- Updated to a semver compliant three digit version number.

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