aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-08-19 08:46:55 +0300
committerGravatar Vitaly Takmazov2020-08-19 08:46:55 +0300
commitea3804d31b0be60bb3a8e25c15bb936ca286bd11 (patch)
tree75fed5e0b5106d2ac94a930abc9df2eaf8f5318e /build.gradle
parente2541a18838216ca05900e8c5b9c8c9705e7701e (diff)
Update deps
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"