From b84c298c99a9924c3348e54bc1fe218eab5421f7 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 20 Feb 2026 22:31:05 +0000
Subject: [PATCH] chore(deps): update dependency dev.openfeature:sdk to v1.20.1
---
docs/tutorials/getting-started/java/dropwizard.mdx | 2 +-
docs/tutorials/getting-started/java/spring-boot.mdx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/tutorials/getting-started/java/dropwizard.mdx b/docs/tutorials/getting-started/java/dropwizard.mdx
index b816b6a2e..8072bc9b8 100644
--- a/docs/tutorials/getting-started/java/dropwizard.mdx
+++ b/docs/tutorials/getting-started/java/dropwizard.mdx
@@ -81,7 +81,7 @@ Depending what you choose add the following to your `pom.xml`
dev.openfeature
sdk
- 1.15.1
+ 1.20.1
dev.openfeature.contrib.providers
diff --git a/docs/tutorials/getting-started/java/spring-boot.mdx b/docs/tutorials/getting-started/java/spring-boot.mdx
index 07f57d958..bcc29ed34 100644
--- a/docs/tutorials/getting-started/java/spring-boot.mdx
+++ b/docs/tutorials/getting-started/java/spring-boot.mdx
@@ -59,7 +59,7 @@ Given below are dependencies for Maven and Gradle with the latest dependency ver
dev.openfeature
sdk
- 1.15.1
+ 1.20.1
dev.openfeature.contrib.providers
@@ -72,7 +72,7 @@ Given below are dependencies for Maven and Gradle with the latest dependency ver
```groovy
-implementation 'dev.openfeature:sdk:1.15.1'
+implementation 'dev.openfeature:sdk:1.20.1'
implementation 'dev.openfeature.contrib.providers:flagd:0.11.10'
```