From d9b7fb031b8bc2a96226f4448d54472b5c4dbd82 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 06:19:32 +0000 Subject: [PATCH] Bump org.springframework.boot from 2.3.1.RELEASE to 2.4.4 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.3.1.RELEASE to 2.4.4. - [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.4) 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..469001e 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.4' } apply plugin: 'idea' diff --git a/boot-swagger/build.gradle b/boot-swagger/build.gradle index 6b7c4ba..3416408 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.4' } apply plugin: 'idea' diff --git a/boot-webflux/build.gradle b/boot-webflux/build.gradle index f4edd4e..be8562d 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.4' id 'io.spring.dependency-management' version '1.0.9.RELEASE' } diff --git a/boot-webmvc/build.gradle b/boot-webmvc/build.gradle index f671269..0bd04cf 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.4' id 'io.spring.dependency-management' version '1.0.9.RELEASE' }