Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from tlisonbee/update-deps
Browse files Browse the repository at this point in the history
Updating vault client to take advantage of better error messages
  • Loading branch information
tlisonbee authored Feb 22, 2017
2 parents ae62ee8 + 6ca55e4 commit 26bc744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# limitations under the License.
#

version=1.3.0
version=1.3.1
groupId=com.nike
artifactId=cerberus-client
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
* We do this because AWS constantly breaks backwards compatibility of their SDK with minor version releases. *
* We do not want to dictate what SDK version users of Cerberus should use. *
***********************************************************************************************************************/
compile "com.nike:vault-client:1.1.0"
compile "com.nike:vault-client:1.1.1"
compile "joda-time:joda-time:2.8.1"
compile "org.apache.commons:commons-lang3:3.4"
compile "org.slf4j:slf4j-api:1.7.14"
Expand Down

0 comments on commit 26bc744

Please sign in to comment.