aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-10-14 08:10:22 +0300
committerGravatar Vitaly Takmazov2020-10-14 08:10:22 +0300
commitd87ae33ff481548804b597e7dd432f3d2938f847 (patch)
tree357d3973d5b5c586d449653194634b9e976bdab4 /build.gradle
parent62f9c0d7791d9d3cdb80c2cecc99500344bc3cc5 (diff)
Update deps
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 a21113c1..9fc5d467 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.6'
- compile 'com.github.ben-manes.caffeine:caffeine:2.8.5'
+ compile 'com.github.ben-manes.caffeine:caffeine:2.8.6'
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.2'
compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.15.2'
compile 'org.tomitribe:tomitribe-http-signatures:1.7'
- compile 'com.google.api-client:google-api-client:1.30.10'
+ compile 'com.google.api-client:google-api-client:1.30.11'
compile "com.kotcrab.remark:remark:1.2.0"
compile 'io.jsonwebtoken:jjwt-api:0.11.2'
@@ -178,7 +178,7 @@ dependencies {
compile 'com.nimbusds:nimbus-jose-jwt:9.0.1'
testCompile("org.springframework.boot:spring-boot-starter-test")
- testCompile('net.sourceforge.htmlunit:htmlunit:2.43.0')
+ testCompile('net.sourceforge.htmlunit:htmlunit:2.44.0')
testCompile('org.springframework.security:spring-security-test')
testCompile("ch.vorburger.mariaDB4j:mariaDB4j:2.4.0")