aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot]2020-11-10 23:50:53 +0000
committerGravatar dependabot-preview[bot]2020-11-10 23:55:15 +0000
commit03311a79f98f01f27899acd51c72fcf76f1005ef (patch)
tree1f9e19b32bcd00ee29225f414d82e30f325eb277 /build.gradle
parent73674971b68b09c3fc333c1f76c55da86db6b1db (diff)
Bump org.springframework.boot from 2.3.4.RELEASE to 2.3.5.RELEASE
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.3.4.RELEASE to 2.3.5.RELEASE. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.4.RELEASE...v2.3.5.RELEASE) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 4c7e782e..98c0be8c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -10,7 +10,7 @@ buildscript {
}
}
plugins {
- id 'org.springframework.boot' version '2.3.4.RELEASE' apply false
+ id 'org.springframework.boot' version '2.3.5.RELEASE' apply false
id 'org.asciidoctor.convert' version '2.4.0'
}