diff options
author | Vitaly Takmazov | 2019-12-17 10:08:03 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-12-17 10:08:03 +0300 |
commit | 95114dbe255cdbac010314057824202eefbc7522 (patch) | |
tree | 32a66cd053f9a7786f1095e182c42bdd25715638 /build.gradle | |
parent | d6024741434534fa6a08351d0b862376ab4e06c7 (diff) |
Update deps
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" |