diff options
author | dependabot-preview[bot] | 2020-11-13 07:33:03 +0000 |
---|---|---|
committer | vitalyster | 2020-11-13 15:08:07 +0300 |
commit | ff57859a3ee4140c8646c8942f23b8c4c33211b7 (patch) | |
tree | 5a938d89d115fbbd270f575b2332ecd52ef14fc6 /build.gradle | |
parent | 2004c10d179fa98df83f4a997a39a3391d24b341 (diff) |
Bump org.springframework.boot from 2.3.5.RELEASE to 2.4.0
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.3.5.RELEASE to 2.4.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.5.RELEASE...v2.4.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index faf5a8ed..0673d164 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { } } plugins { - id 'org.springframework.boot' version '2.3.5.RELEASE' apply false + id 'org.springframework.boot' version '2.4.0' apply false id 'org.asciidoctor.convert' version '2.4.0' } |