update versions
parent
5b709668b6
commit
ae2ef696f4
2
Home.md
2
Home.md
@ -27,4 +27,4 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
|
|||||||
* SQL secret handling
|
* SQL secret handling
|
||||||
* KV v1 and v2 support
|
* KV v1 and v2 support
|
||||||
* Connector Factory with builder pattern
|
* Connector Factory with builder pattern
|
||||||
* Tested against Vault 1.4.0
|
* Tested against Vault 1.7.0
|
||||||
|
@ -18,10 +18,10 @@ The connector is published at Maven Central and may be included into your projec
|
|||||||
|
|
||||||
### Gradle Dependency
|
### Gradle Dependency
|
||||||
```groovy
|
```groovy
|
||||||
compile group: 'de.stklcode.jvault', name: 'jvault-connector', version: '0.9.0'
|
compile group: 'de.stklcode.jvault', name: 'jvault-connector', version: '0.9.3'
|
||||||
```
|
```
|
||||||
|
|
||||||
### SBT Dependency
|
### SBT Dependency
|
||||||
```
|
```
|
||||||
libraryDependencies += "de.stklcode.jvault" % "jvault-connector" % "0.9.0"
|
libraryDependencies += "de.stklcode.jvault" % "jvault-connector" % "0.9.3"
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user