aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-11-01 09:58:35 +0300
committerGravatar Vitaly Takmazov2019-11-01 09:58:35 +0300
commit7bc595d4d80afe4af19f589b30ead4343e397ec7 (patch)
treef22daebb088c46f5052d21182c74681d66bd7f93 /build.gradle
parente828e85295e58ebd7541a70fc313dd9e537501a7 (diff)
Update deps
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle12
1 files changed, 6 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle
index bc0f3d0e..d952107c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ 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'
}
}
@@ -153,7 +153,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'
@@ -167,9 +167,9 @@ dependencies {
compile 'org.flywaydb:flyway-core:5.2.4'
- runtime 'org.mariadb.jdbc:mariadb-java-client:2.4.4'
- runtime 'net.java.dev.jna:jna:5.4.0'
- runtime 'net.java.dev.jna:jna-platform:5.4.0'
+ runtime 'org.mariadb.jdbc:mariadb-java-client:2.5.1'
+ runtime 'net.java.dev.jna:jna:5.5.0'
+ runtime 'net.java.dev.jna:jna-platform:5.5.0'
runtime 'com.h2database:h2:1.4.199'
compile 'com.github.ooxi:serialized-php-parser:0.5.0'
@@ -177,7 +177,7 @@ dependencies {
compile 'com.atlassian.commonmark:commonmark:0.13.0'
compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.13.0'
compile 'org.tomitribe:tomitribe-http-signatures:1.3'
- compile 'com.google.api-client:google-api-client:1.30.4'
+ compile 'com.google.api-client:google-api-client:1.30.5'
compile "com.kotcrab.remark:remark:1.2.0"
testCompile("org.springframework.boot:spring-boot-starter-test")