Skip to content

Commit 9d3a2e5

Browse files
chore(main): release 1.22.1 (#2001)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 9a26a51 commit 9d3a2e5

5 files changed

Lines changed: 30 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.22.0"}
1+
{".":"1.22.1"}

CHANGELOG.md

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

3+
## [1.22.1](https://github.com/open-feature/java-sdk/compare/v1.22.0...v1.22.1) (2026-08-27)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency com.fasterxml.jackson:jackson-bom to v2.22.2 ([#2007](https://github.com/open-feature/java-sdk/issues/2007)) ([3ea35ba](https://github.com/open-feature/java-sdk/commit/3ea35ba88be88faa975e3c98168ad1ff456f3576))
9+
* **deps:** update dependency io.cucumber:cucumber-bom to v7.34.7 ([#2010](https://github.com/open-feature/java-sdk/issues/2010)) ([c633322](https://github.com/open-feature/java-sdk/commit/c633322f3bf1b001823a51571c3e4ee34785dff5))
10+
* **deps:** update dependency org.junit:junit-bom to v6.1.3 ([#2006](https://github.com/open-feature/java-sdk/issues/2006)) ([d7e9a13](https://github.com/open-feature/java-sdk/commit/d7e9a13b134b88de8e0db287d9de3caa95ecc1db))
11+
* handle long in struct conversion ([#2020](https://github.com/open-feature/java-sdk/issues/2020)) ([9a26a51](https://github.com/open-feature/java-sdk/commit/9a26a514d43438ce16f575c959d6ec98594ab4a6))
12+
13+
14+
### 🧹 Chore
15+
16+
* **deps:** update dependency com.diffplug.spotless:spotless-maven-plugin to v3.10.0 ([#2011](https://github.com/open-feature/java-sdk/issues/2011)) ([4ac67b6](https://github.com/open-feature/java-sdk/commit/4ac67b6a8f1510909b7c3e3c992f3749a00d41b7))
17+
* **deps:** update dependency com.github.spotbugs:spotbugs to v4.10.4 ([#2017](https://github.com/open-feature/java-sdk/issues/2017)) ([d0de022](https://github.com/open-feature/java-sdk/commit/d0de022bec46d3b9341be742d3cfd7143b81e367))
18+
* **deps:** update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.10.4.0 ([#2018](https://github.com/open-feature/java-sdk/issues/2018)) ([be9c178](https://github.com/open-feature/java-sdk/commit/be9c178647c6c6dce261787d04f4c5485e7463ba))
19+
* **deps:** update dependency com.google.guava:guava to v33.7.0-jre ([#2012](https://github.com/open-feature/java-sdk/issues/2012)) ([5bf9f56](https://github.com/open-feature/java-sdk/commit/5bf9f567a529e01e138a4a4ef3f89acc0b1906bb))
20+
* **deps:** update dependency com.google.guava:guava to v33.7.1-jre ([#2013](https://github.com/open-feature/java-sdk/issues/2013)) ([d10c042](https://github.com/open-feature/java-sdk/commit/d10c042cd1daca42fc9ba1301fdddd7be74f71e1))
21+
* **deps:** update dependency com.tngtech.archunit:archunit-junit5 to v1.5.0 ([#2002](https://github.com/open-feature/java-sdk/issues/2002)) ([a8e6644](https://github.com/open-feature/java-sdk/commit/a8e66441f74d40582ed47c20b1c115174cea89ef))
22+
* **deps:** update dependency net.bytebuddy:byte-buddy to v1.18.12-jdk5 ([#2008](https://github.com/open-feature/java-sdk/issues/2008)) ([020b21b](https://github.com/open-feature/java-sdk/commit/020b21bd4d75b8ad13d6ffebb124aa888be5cadb))
23+
* **deps:** update dependency net.bytebuddy:byte-buddy-agent to v1.18.12-jdk5 ([#2009](https://github.com/open-feature/java-sdk/issues/2009)) ([76b311c](https://github.com/open-feature/java-sdk/commit/76b311ca5e12f5685df67c6400b6d3c80ff889d1))
24+
* **deps:** update dependency org.cyclonedx:cyclonedx-maven-plugin to v2.9.3 ([#2000](https://github.com/open-feature/java-sdk/issues/2000)) ([060f9cb](https://github.com/open-feature/java-sdk/commit/060f9cbcf20765cdc3f1229d946ad6735283e140))
25+
326
## [1.22.0](https://github.com/open-feature/java-sdk/compare/v1.21.0...v1.22.0) (2026-07-28)
427

528

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.22.0">
22-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.22.0&color=blue&style=for-the-badge" />
21+
<a href="https://github.com/open-feature/java-sdk/releases/tag/v1.22.1">
22+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.22.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.22.0</version>
62+
<version>1.22.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.22.0'
87+
implementation 'dev.openfeature:sdk:1.22.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.22.0</version> <!--x-release-please-version -->
8+
<version>1.22.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.22.0
1+
1.22.1

0 commit comments

Comments
 (0)