From d87ae33ff481548804b597e7dd432f3d2938f847 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 14 Oct 2020 08:10:22 +0300 Subject: Update deps --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.gradle') 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") -- cgit v1.2.3