Skip to content

Commit 44b50f6

Browse files
chore(main): release dev.openfeature.contrib.tools.junitopenfeature 0.2.2
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent a33ef58 commit 44b50f6

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"providers/statsig": "0.2.1",
1212
"providers/multiprovider": "0.0.3",
1313
"providers/ofrep": "0.0.1",
14-
"tools/junit-openfeature": "0.2.1",
14+
"tools/junit-openfeature": "0.2.2",
1515
"tools/flagd-http-connector": "0.0.4",
1616
".": "1.0.0"
1717
}

tools/junit-openfeature/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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-17)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **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))
9+
310
## [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)
411

512

tools/junit-openfeature/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A JUnit5 extension to reduce boilerplate code for testing code which utilizes Op
88
<dependency>
99
<groupId>dev.openfeature.contrib.tools</groupId>
1010
<artifactId>junitopenfeature</artifactId>
11-
<version>0.2.1</version>
11+
<version>0.2.2</version>
1212
<scope>test</scope>
1313
</dependency>
1414
```

tools/junit-openfeature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>dev.openfeature.contrib.tools</groupId>
1212
<artifactId>junitopenfeature</artifactId>
13-
<version>0.2.1</version> <!--x-release-please-version -->
13+
<version>0.2.2</version> <!--x-release-please-version -->
1414

1515
<name>junit-openfeature-extension</name>
1616
<description>JUnit5 Extension for OpenFeature</description>

tools/junit-openfeature/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.2.2

0 commit comments

Comments
 (0)