File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Gradle:
4343
4444```
4545dependencies {
46- implementation 'io.github.jopenlibs:vault-java-driver:6.2.0 '
46+ implementation 'io.github.jopenlibs:vault-java-driver:6.2.2 '
4747}
4848```
4949
5353<dependency>
5454 <groupId>io.github.jopenlibs</groupId>
5555 <artifactId>vault-java-driver</artifactId>
56- <version>6.2.0 </version>
56+ <version>6.2.2 </version>
5757</dependency>
5858```
5959
@@ -305,6 +305,10 @@ and may require modifications in your code to migrate. Changes to the minor vers
305305number) should represent non-breaking changes. The third number represents any very minor bugfix
306306patches.
307307
308+ * ** 6.2.2** : This release contains the following updates:
309+ * Fix: use TLS protocol alias to enable TLS 1.3 initialization [ (pull request #77 )] ( https://github.com/jopenlibs/vault-java-driver/pull/77 )
310+ * Read subkeys in KV element [ (pull request #74 )] ( https://github.com/jopenlibs/vault-java-driver/pull/74 )
311+ * Improve engine version detection [ (pull request #70 )] ( https://github.com/jopenlibs/vault-java-driver/pull/70 )
308312* ** 6.2.1** : This release contains the following updates:
309313 * Fix: Retry HTTP 412 errors to support eventual consistency on standbys [ (pull request #68 )] ( https://github.com/jopenlibs/vault-java-driver/pull/68 )
310314 * Switch from Gradle to Maven [ (pull request #69 )] ( https://github.com/jopenlibs/vault-java-driver/pull/69 )
Original file line number Diff line number Diff line change 55
66 <groupId >io.github.jopenlibs</groupId >
77 <artifactId >vault-java-driver</artifactId >
8- <version >6.2.1 </version >
8+ <version >6.2.2 </version >
99 <packaging >jar</packaging >
1010 <name >vault-java-driver</name >
1111 <description >Zero-dependency Java client for HashiCorp's Vault</description >
You can’t perform that action at this time.
0 commit comments