diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 54270dc9a..32d3a4188 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,7 +11,7 @@ "providers/statsig": "0.2.1", "providers/multiprovider": "0.0.3", "providers/ofrep": "0.0.1", - "tools/junit-openfeature": "0.2.1", + "tools/junit-openfeature": "0.2.2", "tools/flagd-http-connector": "0.0.4", ".": "1.0.0" } diff --git a/tools/junit-openfeature/CHANGELOG.md b/tools/junit-openfeature/CHANGELOG.md index 6e7969481..210e63084 100644 --- a/tools/junit-openfeature/CHANGELOG.md +++ b/tools/junit-openfeature/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.2.1...dev.openfeature.contrib.tools.junitopenfeature-v0.2.2) (2025-07-22) + + +### 🐛 Bug Fixes + +* **security:** update dependency org.apache.commons:commons-lang3 to v3.18.0 [security] ([#1512](https://github.com/open-feature/java-sdk-contrib/issues/1512)) ([d178006](https://github.com/open-feature/java-sdk-contrib/commit/d178006411b91ff05376ac8f604c5282f2f19383)) + ## [0.2.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.2.0...dev.openfeature.contrib.tools.junitopenfeature-v0.2.1) (2025-07-09) diff --git a/tools/junit-openfeature/README.md b/tools/junit-openfeature/README.md index a9c97501c..fc31236c5 100644 --- a/tools/junit-openfeature/README.md +++ b/tools/junit-openfeature/README.md @@ -8,7 +8,7 @@ A JUnit5 extension to reduce boilerplate code for testing code which utilizes Op dev.openfeature.contrib.tools junitopenfeature - 0.2.1 + 0.2.2 test ``` diff --git a/tools/junit-openfeature/pom.xml b/tools/junit-openfeature/pom.xml index fb20519a3..33640df9e 100644 --- a/tools/junit-openfeature/pom.xml +++ b/tools/junit-openfeature/pom.xml @@ -10,7 +10,7 @@ dev.openfeature.contrib.tools junitopenfeature - 0.2.1 + 0.2.2 junit-openfeature-extension JUnit5 Extension for OpenFeature diff --git a/tools/junit-openfeature/version.txt b/tools/junit-openfeature/version.txt index 0c62199f1..ee1372d33 100644 --- a/tools/junit-openfeature/version.txt +++ b/tools/junit-openfeature/version.txt @@ -1 +1 @@ -0.2.1 +0.2.2