diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f60db8..ef5a9a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## unreleased +## 1.5.3 (2025-09-09) ### Dependencies * Updated Jackson to 2.20.0 (#106) @@ -11,6 +11,7 @@ ### Fix * Prevent potential off-by-1 error in internal `mapOf()` helper (#107) + ## 1.5.2 (2025-07-16) ### Dependencies diff --git a/README.md b/README.md index d7569f9..b002133 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.5.2 + 1.5.3 ``` diff --git a/pom.xml b/pom.xml index ab5fd50..d990e58 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ de.stklcode.jvault jvault-connector - 1.5.3-SNAPSHOT + 1.5.3 jar @@ -32,7 +32,7 @@ scm:git:git://github.com/stklcode/jvaultconnector.git scm:git:git@github.com:stklcode/jvaultconnector.git https://github.com/stklcode/jvaultconnector - HEAD + v1.5.3 @@ -42,6 +42,7 @@ UTF-8 + 2025-09-09T09:45:59Z @@ -178,7 +179,7 @@ org.sonarsource.scanner.maven sonar-maven-plugin - 5.2.0.4988 + 5.2.0.4988