diff --git a/.travis.yml b/.travis.yml
index a2e8390561..878f338165 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,8 +63,7 @@ jobs:
jdk: oraclejdk11
before_install: *install_hashicorp
install: *build_no_checks
- script: mvn verify -pl tests/acceptance-test -P hashicorp-vault-acceptance-tests,reduce-logging -o || travis_terminate 1
- # TODO use vault-acceptance-tests profile when Travis is updated to use jdk 11.0.3+
+ script: mvn verify -pl tests/acceptance-test -P vault-acceptance-tests,reduce-logging -o || travis_terminate 1
# - stage: deploy only
# name: "Deploy to OSSRH"
diff --git a/pom.xml b/pom.xml
index 054e73bcba..ead8bb090d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1266,7 +1266,7 @@
com.microsoft.azure
azure-keyvault
- 1.1.2
+ 1.2.2