From f9fe57230f4811a2a31228879c538776fe15051f Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Tue, 31 Jan 2023 13:56:17 +0100 Subject: [PATCH] prepare release of v1.1.3 --- CHANGELOG.md | 2 +- README.md | 2 +- pom.xml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc2f8f0..750f631 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 416c2ea..9c67e69 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Java Vault Connector is a connector library for [Vault](https://www.vaultproject de.stklcode.jvault jvault-connector - 1.1.2 + 1.1.3 ``` diff --git a/pom.xml b/pom.xml index 8496fa5..59af6fd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ de.stklcode.jvault jvault-connector - 1.1.3-SNAPSHOT + 1.1.3 jar @@ -146,7 +146,7 @@ org.mockito mockito-core - 5.0.0 + 5.1.1 test @@ -170,7 +170,7 @@ nl.jqno.equalsverifier equalsverifier - 3.12.3 + 3.12.4 test