diff --git a/Home.md b/Home.md index ea160d5..102b268 100644 --- a/Home.md +++ b/Home.md @@ -27,4 +27,4 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject * SQL secret handling * KV v1 and v2 support * Connector Factory with builder pattern -* Tested against Vault 1.8.3 +* Tested against Vault 1.11.2 diff --git a/Installation.md b/Installation.md index 2e5cd9b..a4b81b9 100644 --- a/Installation.md +++ b/Installation.md @@ -12,16 +12,16 @@ The connector is published at Maven Central and may be included into your projec de.stklcode.jvault jvault-connector - 1.0.0 + 1.1.1 ``` ### Gradle Dependency ```groovy -compile group: 'de.stklcode.jvault', name: 'jvault-connector', version: '1.0.0' +compile group: 'de.stklcode.jvault', name: 'jvault-connector', version: '1.1.1' ``` ### SBT Dependency ``` -libraryDependencies += "de.stklcode.jvault" % "jvault-connector" % "1.0.0" +libraryDependencies += "de.stklcode.jvault" % "jvault-connector" % "1.1.1" ``` diff --git a/_Footer.md b/_Footer.md index 0f9866d..73dbee7 100644 --- a/_Footer.md +++ b/_Footer.md @@ -1,5 +1,5 @@ Licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) • -[Project Page](http://jvault.stklcode.de) +[Project Page](https://jvault.stklcode.de) • -[JavaDoc API](http://jvault.stklcode.de/apidocs/) +[JavaDoc API](https://jvault.stklcode.de/apidocs/)