diff --git a/symphony-bdk-examples/bdk-app-spring-boot-example/build.gradle b/symphony-bdk-examples/bdk-app-spring-boot-example/build.gradle index f95e9360a..e5ea36a82 100644 --- a/symphony-bdk-examples/bdk-app-spring-boot-example/build.gradle +++ b/symphony-bdk-examples/bdk-app-spring-boot-example/build.gradle @@ -1,6 +1,6 @@ plugins { id 'bdk.java-common-conventions' - id 'org.springframework.boot' version "3.2.2" + id 'org.springframework.boot' version "3.5.4" } description = 'Symphony Java BDK Examples for the SpringBoot integration'