From 3c0ca055d8c0668725cce9db774682388db6fc28 Mon Sep 17 00:00:00 2001
From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
Date: Tue, 14 Jul 2026 10:46:46 -0400
Subject: [PATCH] chore(main): release 1.22.0
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 25 +++++++++++++++++++++++++
README.md | 8 ++++----
pom.xml | 2 +-
version.txt | 2 +-
5 files changed, 32 insertions(+), 7 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 77e8cb2c9..ae035bcf0 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"1.21.0"}
+{".":"1.22.0"}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bbb8efb24..0cd3f6c88 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,30 @@
# Changelog
+## [1.22.0](https://github.com/open-feature/java-sdk/compare/v1.21.0...v1.22.0) (2026-07-14)
+
+
+### ๐ Bug Fixes
+
+* **deps:** update dependency com.fasterxml.jackson:jackson-bom to v2.22.1 ([#1988](https://github.com/open-feature/java-sdk/issues/1988)) ([71c0dfc](https://github.com/open-feature/java-sdk/commit/71c0dfcd2bfcf2f93c07c98e87ee6f7d885c5c29))
+* **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))
+* **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))
+* **deps:** update dependency org.junit:junit-bom to v6.1.2 ([#1989](https://github.com/open-feature/java-sdk/issues/1989)) ([e9aa288](https://github.com/open-feature/java-sdk/commit/e9aa288f1391a1198e8b748aba7aaf8b88520133))
+
+
+### โจ New Features
+
+* long support; safe delegation to int ([#1985](https://github.com/open-feature/java-sdk/issues/1985)) ([f630089](https://github.com/open-feature/java-sdk/commit/f6300893437acac2addfebc8fd4fcf8aee86fc4f))
+
+
+### ๐งน Chore
+
+* add API compat checks ([#1992](https://github.com/open-feature/java-sdk/issues/1992)) ([1f46ab3](https://github.com/open-feature/java-sdk/commit/1f46ab3e1b0f935d244f6af2cd82e38719c81b54))
+* **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))
+* **deps:** update dependency com.github.spotbugs:spotbugs to v4.10.3 ([#1990](https://github.com/open-feature/java-sdk/issues/1990)) ([bdbeaea](https://github.com/open-feature/java-sdk/commit/bdbeaea906502949d61d5c5dabbef8ef2d026640))
+* **deps:** update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.10.3.0 ([#1991](https://github.com/open-feature/java-sdk/issues/1991)) ([3ac32f3](https://github.com/open-feature/java-sdk/commit/3ac32f35179e15cd18a436a288d913dfc4210760))
+* **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))
+* **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))
+
## [1.21.0](https://github.com/open-feature/java-sdk/compare/v1.20.2...v1.21.0) (2026-06-22)
diff --git a/README.md b/README.md
index bbf55e75f..b317446ba 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,8 @@
-
-
+
+
@@ -59,7 +59,7 @@ Note that this library is intended to be used in server-side contexts and has no
dev.openfeature
sdk
- 1.21.0
+ 1.22.0
```
@@ -84,7 +84,7 @@ If you would like snapshot builds, this is the relevant repository information:
```groovy
dependencies {
- implementation 'dev.openfeature:sdk:1.21.0'
+ implementation 'dev.openfeature:sdk:1.22.0'
}
```
diff --git a/pom.xml b/pom.xml
index 4b14d3b01..661f0321d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
dev.openfeature
sdk
- 1.21.0
+ 1.22.0
[17,)
diff --git a/version.txt b/version.txt
index 3500250a4..57807d6d0 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-1.21.0
+1.22.0