diff --git a/examples/selenium-container/build.gradle b/examples/selenium-container/build.gradle index 22198984e33..cf3b6567982 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.1.7.RELEASE' + id 'org.springframework.boot' version '2.1.8.RELEASE' } apply plugin: 'io.spring.dependency-management' diff --git a/examples/spring-boot/build.gradle b/examples/spring-boot/build.gradle index 7af6b9d26da..46e587bc39a 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.1.7.RELEASE' + id 'org.springframework.boot' version '2.1.8.RELEASE' } apply plugin: 'io.spring.dependency-management'