From 348dc6c7c2c01657ea83d3b0237e1b5c2ca9648b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 19:48:51 +0000 Subject: [PATCH] Bump org.springframework.boot from 2.5.2 to 2.5.6 in /examples Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.5.2 to 2.5.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.2...v2.5.6) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... 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 48f9ed91b17..f1618268508 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.5.5' + id 'org.springframework.boot' version '2.5.6' } 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 e40e32a4397..c512e594a65 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.5.5" + id("org.springframework.boot") version "2.5.6" id("org.jetbrains.kotlin.jvm") version "1.5.31" id("org.jetbrains.kotlin.plugin.spring") version "1.5.31" } diff --git a/examples/spring-boot/build.gradle b/examples/spring-boot/build.gradle index 20ec4efd463..85cb38f3781 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.5.5' + id 'org.springframework.boot' version '2.5.6' } apply plugin: 'io.spring.dependency-management'