aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index 55066ac9..e15ac1f1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.github.ben-manes:gradle-versions-plugin:0.24.0'
+ classpath 'com.github.ben-manes:gradle-versions-plugin:0.25.0'
classpath 'io.github.swagger2markup:swagger2markup-gradle-plugin:1.3.3'
}
}
@@ -145,12 +145,12 @@ dependencies {
compile "javax.inject:javax.inject:1"
- compile 'com.rometools:rome:1.12.1'
- compile 'com.rometools:rome-modules:1.12.1'
+ compile 'com.rometools:rome:1.12.2'
+ compile 'com.rometools:rome-modules:1.12.2'
compile 'org.flywaydb:flyway-core:5.2.4'
- runtime 'org.mariadb.jdbc:mariadb-java-client:2.4.3'
+ 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 'com.h2database:h2:1.4.199'
@@ -161,7 +161,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.2'
+ compile 'com.google.api-client:google-api-client:1.30.3'
compile "com.kotcrab.remark:remark:1.2.0"
testCompile("org.springframework.boot:spring-boot-starter-test")