From 9fb80a32a8cb5d4c6eb8cb8892d5532f625f5844 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 21 Sep 2020 20:18:06 +0300 Subject: Update deps --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index b332483b..4bf38018 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { } plugins { id 'com.github.ben-manes.versions' version '0.33.0' - id 'org.springframework.boot' version '2.3.3.RELEASE' apply false + id 'org.springframework.boot' version '2.3.4.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.5' + compile 'org.flywaydb:flyway-core:6.5.6' compile 'com.github.ben-manes.caffeine:caffeine:2.8.5' compile "javax.inject:javax.inject:1" -- cgit v1.2.3