aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 5aa2f2e2..7801d907 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,7 @@ buildscript {
}
plugins {
id 'com.github.ben-manes.versions' version '0.29.0'
- id 'org.springframework.boot' version '2.3.2.RELEASE' apply false
+ id 'org.springframework.boot' version '2.3.3.RELEASE' apply false
id 'org.asciidoctor.convert' version '2.4.0'
}
@@ -123,7 +123,7 @@ dependencies {
compile ('org.springframework.boot:spring-boot-devtools')
runtime ("org.springframework.boot:spring-boot-properties-migrator")
- compile 'org.flywaydb:flyway-core:6.5.4'
+ compile 'org.flywaydb:flyway-core:6.5.5'
compile 'com.github.ben-manes.caffeine:caffeine:2.8.5'
compile "javax.inject:javax.inject:1"