diff --git a/examples/selenium-container/build.gradle b/examples/selenium-container/build.gradle index cd80e2503fa..8e8559a6f96 100644 --- a/examples/selenium-container/build.gradle +++ b/examples/selenium-container/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '2.7.6' + id 'org.springframework.boot' version '3.0.1' } apply plugin: 'io.spring.dependency-management' diff --git a/examples/spring-boot-kotlin-redis/build.gradle b/examples/spring-boot-kotlin-redis/build.gradle index 17df36fa6aa..fc5a77a684d 100644 --- a/examples/spring-boot-kotlin-redis/build.gradle +++ b/examples/spring-boot-kotlin-redis/build.gradle @@ -1,5 +1,5 @@ plugins { - id("org.springframework.boot") version "2.7.6" + id("org.springframework.boot") version "3.0.1" id("org.jetbrains.kotlin.jvm") version "1.8.0" id("org.jetbrains.kotlin.plugin.spring") version "1.8.0" } diff --git a/examples/spring-boot/build.gradle b/examples/spring-boot/build.gradle index e899b8084eb..d637a2b2765 100644 --- a/examples/spring-boot/build.gradle +++ b/examples/spring-boot/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '2.7.6' + id 'org.springframework.boot' version '3.0.1' } apply plugin: 'io.spring.dependency-management'