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

This commit is contained in:
Stefan Kalscheuer 2023-01-31 13:56:17 +01:00
parent e0c33b51e4
commit f9fe57230f
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
## unreleased
## 1.1.3 (2023-01-31)
### Deprecations
* AppID components (deprecated since 0.4) are marked for removal with the next major release

View File

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

View File

@ -4,7 +4,7 @@
<groupId>de.stklcode.jvault</groupId>
<artifactId>jvault-connector</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<packaging>jar</packaging>
@ -146,7 +146,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.0.0</version>
<version>5.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
@ -170,7 +170,7 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.12.3</version>
<version>3.12.4</version>
<scope>test</scope>
</dependency>
<dependency>