diff options
author | dependabot[bot] | 2021-01-14 07:19:09 +0000 |
---|---|---|
committer | vitalyster | 2021-01-14 10:52:37 +0300 |
commit | 39f1627d002ddaa7e9ee3b2627f4a53bc5bb1712 (patch) | |
tree | 1130eafe19c56e24044814fcbedb3bff782a1789 | |
parent | 12ec554520476e81f6431b7aaea205b61abeca73 (diff) |
Bump org.springframework.boot from 2.4.0 to 2.4.1
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.0...v2.4.1)
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 643e5458..63563597 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { } } plugins { - id 'org.springframework.boot' version '2.4.0' apply false + id 'org.springframework.boot' version '2.4.1' apply false id 'org.asciidoctor.convert' version '2.4.0' } |