From 269975145c053edd8f96cde7ec80d7dd87a65abb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 05:24:36 +0000 Subject: [PATCH] Bump org.springframework.boot in /examples Bumps org.springframework.boot from 2.1.7.RELEASE to 2.1.8.RELEASE. Signed-off-by: dependabot-preview[bot] --- examples/selenium-container/build.gradle | 2 +- examples/spring-boot/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'