diff --git a/examples/selenium-container/build.gradle b/examples/selenium-container/build.gradle index 70c4a2683b0..a0bd1dd6f60 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.5.2' + id 'org.springframework.boot' version '3.0.0' } 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 db7e4ebe957..6f536d9ef10 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.5.2" + id("org.springframework.boot") version "3.0.0" id("org.jetbrains.kotlin.jvm") version "1.5.10" id("org.jetbrains.kotlin.plugin.spring") version "1.5.21" } diff --git a/examples/spring-boot/build.gradle b/examples/spring-boot/build.gradle index 00f6f22728d..9ddb7aa661e 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.5.2' + id 'org.springframework.boot' version '3.0.0' } apply plugin: 'io.spring.dependency-management'