diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index 53a41e2b..6218cdde 100644 --- a/build.gradle +++ b/build.gradle @@ -4,12 +4,12 @@ buildscript { jcenter() } dependencies { - classpath 'com.github.ben-manes:gradle-versions-plugin:0.25.0' + classpath 'com.github.ben-manes:gradle-versions-plugin:0.27.0' classpath 'io.github.swagger2markup:swagger2markup-gradle-plugin:1.3.3' } } plugins { - id 'org.springframework.boot' version '2.1.8.RELEASE' apply false + id 'org.springframework.boot' version '2.2.0.RELEASE' apply false id "com.moowork.node" version "1.3.1" apply false id("org.asciidoctor.convert") version "2.3.0" apply false } @@ -134,7 +134,7 @@ dependencies { compileOnly 'io.springfox:springfox-core:2.9.2' compile 'org.apache.commons:commons-email:1.5' - compile 'com.github.scribejava:scribejava-apis:6.8.1' + compile 'com.github.scribejava:scribejava-apis:6.9.0' compile 'com.github.pengrad:java-telegram-bot-api:4.4.0' compile 'com.twelvemonkeys.imageio:imageio-jpeg:3.4.2' compile 'org.imgscalr:imgscalr-lib:4.2' @@ -148,9 +148,9 @@ dependencies { compile 'com.rometools:rome:1.12.2' compile 'com.rometools:rome-modules:1.12.2' - compile 'org.flywaydb:flyway-core:5.2.4' + compile 'org.flywaydb:flyway-core:6.0.7' - runtime 'org.mariadb.jdbc:mariadb-java-client:2.4.4' + runtime 'org.mariadb.jdbc:mariadb-java-client:2.5.1' runtime 'net.java.dev.jna:jna:5.4.0' runtime 'net.java.dev.jna:jna-platform:5.4.0' runtime 'com.h2database:h2:1.4.199' |