From eed503a0bed4fe874e987fa61d8b38f74e55fedf Mon Sep 17 00:00:00 2001 From: Richard North Date: Thu, 5 Mar 2020 15:08:13 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20org.springframework.boot=20from=202.2.4.?= =?UTF-8?q?RELEASE=20to=202.2.5.RELEA=E2=80=A6=20(#2387)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.2.4.RELEASE to 2.2.5.RELEASE. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.2.4.RELEASE...v2.2.5.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 db570bf67ac..c9bed8d1467 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.2.4.RELEASE' + id 'org.springframework.boot' version '2.2.5.RELEASE' } apply plugin: 'io.spring.dependency-management' diff --git a/examples/spring-boot/build.gradle b/examples/spring-boot/build.gradle index 49052847de1..bd9cc9e95f2 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.2.4.RELEASE' + id 'org.springframework.boot' version '2.2.5.RELEASE' } apply plugin: 'io.spring.dependency-management'