From 6ab3900043fe9d48d44ccfa18a371d3f92c912de Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 06:09:28 +0000 Subject: [PATCH] Bump org.springframework.boot from 2.3.1.RELEASE to 2.4.6 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.3.1.RELEASE to 2.4.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.1.RELEASE...v2.4.6) Signed-off-by: dependabot-preview[bot] --- boot-static-docs/build.gradle | 2 +- boot-swagger/build.gradle | 2 +- boot-webflux/build.gradle | 2 +- boot-webmvc/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boot-static-docs/build.gradle b/boot-static-docs/build.gradle index 0d9d73b..40796f1 100644 --- a/boot-static-docs/build.gradle +++ b/boot-static-docs/build.gradle @@ -10,7 +10,7 @@ buildscript { } plugins { - id 'org.springframework.boot' version '2.3.1.RELEASE' + id 'org.springframework.boot' version '2.4.6' } apply plugin: 'idea' diff --git a/boot-swagger/build.gradle b/boot-swagger/build.gradle index 6b7c4ba..419f0b2 100644 --- a/boot-swagger/build.gradle +++ b/boot-swagger/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.3.1.RELEASE' + id 'org.springframework.boot' version '2.4.6' } apply plugin: 'idea' diff --git a/boot-webflux/build.gradle b/boot-webflux/build.gradle index f4edd4e..6fbee02 100644 --- a/boot-webflux/build.gradle +++ b/boot-webflux/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.3.1.RELEASE' + id 'org.springframework.boot' version '2.4.6' id 'io.spring.dependency-management' version '1.0.9.RELEASE' } diff --git a/boot-webmvc/build.gradle b/boot-webmvc/build.gradle index f671269..0ffd14a 100644 --- a/boot-webmvc/build.gradle +++ b/boot-webmvc/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.3.1.RELEASE' + id 'org.springframework.boot' version '2.4.6' id 'io.spring.dependency-management' version '1.0.9.RELEASE' }