diff options
author | Vitaly Takmazov | 2020-01-31 11:54:03 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-01-31 11:54:03 +0300 |
commit | 939fe49f4e6d2df559ee016b4f9ce4f78de8b323 (patch) | |
tree | 297a4b0590bfc107d372f69790211c82c26a4113 /build.gradle | |
parent | 86357f3450ee830cea71cca121dbeac4a4ae2612 (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 01c7c4e0..36e1857a 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.2.0' + compile 'org.flywaydb:flyway-core:6.2.1' compile 'com.github.ben-manes.caffeine:caffeine:2.8.1' compile "javax.inject:javax.inject:1" |