diff --git a/examples/selenium-container/build.gradle b/examples/selenium-container/build.gradle index 49e015f1af3..dc59ca877ab 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.3.0.RELEASE' + id 'org.springframework.boot' version '2.3.1.RELEASE' } apply plugin: 'io.spring.dependency-management' diff --git a/examples/spring-boot/build.gradle b/examples/spring-boot/build.gradle index ad8d8252fb6..060a7f48357 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.3.0.RELEASE' + id 'org.springframework.boot' version '2.3.1.RELEASE' } apply plugin: 'io.spring.dependency-management'