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 #8 from Nike-Inc/add_debug_logging
Browse files Browse the repository at this point in the history
Update Cerberus client to use new Java Vault Client version (which contains additional logging to help troubleshoot potential issues).
  • Loading branch information
sdford authored Mar 1, 2017
2 parents 26bc744 + 19cda9e commit 0e1b1bb
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.1
version=1.4.0
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.1"
compile "com.nike:vault-client:1.2.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 0e1b1bb

Please sign in to comment.