From aa28970e1a214bd00d7e24e01fb8aff039634edd Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Fri, 15 Jan 2021 06:58:12 +0000 Subject: Bump org.springframework.boot from 2.4.1 to 2.4.2 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.1...v2.4.2) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 63563597..1b6de17b 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { } } plugins { - id 'org.springframework.boot' version '2.4.1' apply false + id 'org.springframework.boot' version '2.4.2' apply false id 'org.asciidoctor.convert' version '2.4.0' } -- cgit v1.2.3