From e5584e2f6190a37e3c673e23b6a38ab7c5c3b4df Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 9 Jul 2020 09:54:40 +0300 Subject: Update deps and Gradle wrapper --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.gradle') 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 { -- cgit v1.2.3