diff options
author | Vitaly Takmazov | 2018-12-04 15:01:36 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-12-04 15:01:36 +0300 |
commit | b81074c605eb4aded8d19ae9063cb9aa414ab633 (patch) | |
tree | 103fb431e25cdb6f3ab9b167715be51c046103d4 /build.gradle | |
parent | 3fab0ea148aea0ef1995ef47d5ff0f003b10a1e5 (diff) |
durov.png
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 5e2c8c66..00365558 100644 --- a/build.gradle +++ b/build.gradle @@ -150,8 +150,8 @@ dependencies { compile "javax.inject:javax.inject:1" - compile 'com.rometools:rome:1.12' - compile 'com.rometools:rome-modules:1.12' + compile 'com.rometools:rome:1.12.0' + compile 'com.rometools:rome-modules:1.12.0' compile 'org.flywaydb:flyway-core:5.2.3' |