prepare release of v1.1.5
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2023-08-19 11:10:57 +02:00
parent 199dfd30ca
commit be23129441
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## unreleased ## 1.1.5 (2023-08-19)
### Fix ### Fix
* Fixed JSON type conversion in `SecretResponse#get(String, Class)` (#67) * Fixed JSON type conversion in `SecretResponse#get(String, Class)` (#67)

View File

@ -40,7 +40,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject
<dependency> <dependency>
<groupId>de.stklcode.jvault</groupId> <groupId>de.stklcode.jvault</groupId>
<artifactId>jvault-connector</artifactId> <artifactId>jvault-connector</artifactId>
<version>1.1.4</version> <version>1.1.5</version>
</dependency> </dependency>
``` ```

View File

@ -4,7 +4,7 @@
<groupId>de.stklcode.jvault</groupId> <groupId>de.stklcode.jvault</groupId>
<artifactId>jvault-connector</artifactId> <artifactId>jvault-connector</artifactId>
<version>1.1.5-SNAPSHOT</version> <version>1.1.5</version>
<packaging>jar</packaging> <packaging>jar</packaging>