diff --git a/docs/tutorials/getting-started/java/spring-boot.mdx b/docs/tutorials/getting-started/java/spring-boot.mdx index bcc29ed34..5c58fff59 100644 --- a/docs/tutorials/getting-started/java/spring-boot.mdx +++ b/docs/tutorials/getting-started/java/spring-boot.mdx @@ -64,7 +64,7 @@ Given below are dependencies for Maven and Gradle with the latest dependency ver dev.openfeature.contrib.providers flagd - 0.11.10 + 0.11.20 ``` @@ -73,7 +73,7 @@ Given below are dependencies for Maven and Gradle with the latest dependency ver ```groovy implementation 'dev.openfeature:sdk:1.20.1' -implementation 'dev.openfeature.contrib.providers:flagd:0.11.10' +implementation 'dev.openfeature.contrib.providers:flagd:0.11.20' ```