From 313608068b98a577fb41b0b0a55902055cd7763a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 09:01:03 +0000 Subject: [PATCH] Bump org.springframework.boot from 2.3.2.RELEASE to 2.5.3 in /examples Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.3.2.RELEASE to 2.5.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.2.RELEASE...v2.5.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/selenium-container/build.gradle | 2 +- examples/spring-boot-kotlin-redis/build.gradle | 2 +- examples/spring-boot/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/selenium-container/build.gradle b/examples/selenium-container/build.gradle index e8a7861a7d9..765ae73d397 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.2.RELEASE' + id 'org.springframework.boot' version '2.5.3' } 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 f2d9d8d97ec..db9da244a6a 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.1.5.RELEASE" + id("org.springframework.boot") version "2.5.3" id("org.jetbrains.kotlin.jvm") version "1.3.31" id("org.jetbrains.kotlin.plugin.spring") version "1.3.31" } diff --git a/examples/spring-boot/build.gradle b/examples/spring-boot/build.gradle index 4821f0921e3..992427b2611 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.2.RELEASE' + id 'org.springframework.boot' version '2.5.3' } apply plugin: 'io.spring.dependency-management'