Skip to content

Commit 495ed4a

Browse files
chore(main): release 1.21.1
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent a7d4e8a commit 495ed4a

5 files changed

Lines changed: 22 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.21.0"}
1+
{".":"1.21.1"}

CHANGELOG.md

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

3+
## [1.21.1](https://github.com/open-feature/java-sdk/compare/v1.21.0...v1.21.1) (2026-07-03)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency io.cucumber:cucumber-bom to v7.34.4 ([#1977](https://github.com/open-feature/java-sdk/issues/1977)) ([e0bac33](https://github.com/open-feature/java-sdk/commit/e0bac3319f6433588e652c61f0847fcd224cd2ad))
9+
* **deps:** update dependency org.junit:junit-bom to v6.1.1 ([#1979](https://github.com/open-feature/java-sdk/issues/1979)) ([473755e](https://github.com/open-feature/java-sdk/commit/473755e4a4980f3a8fff42d8a8d08859c40b2ea8))
10+
11+
12+
### 🧹 Chore
13+
14+
* **deps:** update dependency com.diffplug.spotless:spotless-maven-plugin to v3.8.0 ([#1980](https://github.com/open-feature/java-sdk/issues/1980)) ([1b4490e](https://github.com/open-feature/java-sdk/commit/1b4490eee948f512a1cbe9c89565caac42a8dbac))
15+
* **deps:** update dependency net.bytebuddy:byte-buddy to v1.18.11-jdk5 ([#1983](https://github.com/open-feature/java-sdk/issues/1983)) ([e37c0e0](https://github.com/open-feature/java-sdk/commit/e37c0e0fcea3f6ba0c160d74a719ab7a6216da5b))
16+
* **deps:** update dependency net.bytebuddy:byte-buddy-agent to v1.18.11-jdk5 ([#1984](https://github.com/open-feature/java-sdk/issues/1984)) ([a7d4e8a](https://github.com/open-feature/java-sdk/commit/a7d4e8a614e5b782f93fc1f070a7a81cb3445406))
17+
318
## [1.21.0](https://github.com/open-feature/java-sdk/compare/v1.20.2...v1.21.0) (2026-06-22)
419

520

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</a>
1919
<!-- x-release-please-start-version -->
2020

21-
<a href="https://github.com/open-feature/java-sdk/releases/tag/v1.21.0">
22-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.21.0&color=blue&style=for-the-badge" />
21+
<a href="https://github.com/open-feature/java-sdk/releases/tag/v1.21.1">
22+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.21.1&color=blue&style=for-the-badge" />
2323
</a>
2424

2525
<!-- x-release-please-end -->
@@ -59,7 +59,7 @@ Note that this library is intended to be used in server-side contexts and has no
5959
<dependency>
6060
<groupId>dev.openfeature</groupId>
6161
<artifactId>sdk</artifactId>
62-
<version>1.21.0</version>
62+
<version>1.21.1</version>
6363
</dependency>
6464
```
6565
<!-- x-release-please-end-version -->
@@ -84,7 +84,7 @@ If you would like snapshot builds, this is the relevant repository information:
8484
<!-- x-release-please-start-version -->
8585
```groovy
8686
dependencies {
87-
implementation 'dev.openfeature:sdk:1.21.0'
87+
implementation 'dev.openfeature:sdk:1.21.1'
8888
}
8989
```
9090
<!-- x-release-please-end-version -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>dev.openfeature</groupId>
77
<artifactId>sdk</artifactId>
8-
<version>1.21.0</version> <!--x-release-please-version -->
8+
<version>1.21.1</version> <!--x-release-please-version -->
99

1010
<properties>
1111
<toolchain.jdk.version>[17,)</toolchain.jdk.version>

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21.0
1+
1.21.1

0 commit comments

Comments
 (0)