aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index ddfb08c8..02de667a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.github.ben-manes:gradle-versions-plugin:0.22.0'
+ classpath 'com.github.ben-manes:gradle-versions-plugin:0.24.0'
classpath 'io.github.swagger2markup:swagger2markup-gradle-plugin:1.3.3'
}
}
@@ -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.0'
+ compile 'com.github.scribejava:scribejava-apis:6.8.1'
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'
@@ -162,10 +162,10 @@ dependencies {
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.2'
- compile "com.kotcrab.remark:remark:1.1.0"
+ compile "com.kotcrab.remark:remark:1.2.0"
testCompile("org.springframework.boot:spring-boot-starter-test")
- testCompile('net.sourceforge.htmlunit:htmlunit:2.35.0')
+ testCompile('net.sourceforge.htmlunit:htmlunit:2.36.0')
testCompile('org.springframework.security:spring-security-test')
testCompile("ch.vorburger.mariaDB4j:mariaDB4j:2.4.0")