diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 985713f5..9d350fc2 100644 --- a/build.gradle +++ b/build.gradle @@ -122,7 +122,7 @@ dependencies { compile ("org.springframework.boot:spring-boot-starter-json") compile ('org.springframework.boot:spring-boot-devtools') - compile 'org.flywaydb:flyway-core:6.1.1' + compile 'org.flywaydb:flyway-core:6.1.2' compile 'com.github.ben-manes.caffeine:caffeine:2.8.0' compile "javax.inject:javax.inject:1" |