diff options
author | dependabot[bot] | 2021-01-15 06:58:12 +0000 |
---|---|---|
committer | vitalyster | 2021-01-15 10:04:09 +0300 |
commit | aa28970e1a214bd00d7e24e01fb8aff039634edd (patch) | |
tree | caa80056406759efd9005f157d1f7219e7e9206a | |
parent | 39f1627d002ddaa7e9ee3b2627f4a53bc5bb1712 (diff) |
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] <support@github.com>
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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' } |