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'
```