aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 2e1c6be2..ad163b85 100644
--- a/build.gradle
+++ b/build.gradle
@@ -124,7 +124,7 @@ dependencies {
runtime ("org.springframework.boot:spring-boot-properties-migrator")
compile 'org.flywaydb:flyway-core:6.5.0'
- compile 'com.github.ben-manes.caffeine:caffeine:2.8.4'
+ compile 'com.github.ben-manes.caffeine:caffeine:2.8.5'
compile "javax.inject:javax.inject:1"
compile 'com.google.code.findbugs:jsr305:3.0.2'
@@ -169,7 +169,7 @@ dependencies {
compile 'com.atlassian.commonmark:commonmark:0.15.1'
compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.15.1'
compile 'org.tomitribe:tomitribe-http-signatures:1.5'
- compile 'com.google.api-client:google-api-client:1.30.9'
+ compile 'com.google.api-client:google-api-client:1.30.10'
compile "com.kotcrab.remark:remark:1.2.0"
compile 'io.jsonwebtoken:jjwt-api:0.11.2'
@@ -183,7 +183,7 @@ dependencies {
testCompile("ch.vorburger.mariaDB4j:mariaDB4j:2.4.0")
testCompile 'io.springfox:springfox-swagger2:2.9.2'
- testCompile 'org.bouncycastle:bcpkix-jdk15on:1.65'
+ testCompile 'org.bouncycastle:bcpkix-jdk15on:1.66'
}
bootJar {