From 535f732f1aa2a150b6b766c77257689060073f8b Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 28 Dec 2019 18:56:57 +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 d3f5ff41..9e2834a5 100644 --- a/build.gradle +++ b/build.gradle @@ -122,7 +122,7 @@ dependencies { compile ("org.springframework.boot:spring-boot-starter-json") compile ('org.springframework.boot:spring-boot-devtools') - compile 'org.flywaydb:flyway-core:6.1.2' + compile 'org.flywaydb:flyway-core:6.1.3' compile 'com.github.ben-manes.caffeine:caffeine:2.8.0' compile "javax.inject:javax.inject:1" @@ -169,13 +169,13 @@ dependencies { compile 'com.atlassian.commonmark:commonmark:0.13.1' compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.13.1' compile 'org.tomitribe:tomitribe-http-signatures:1.3' - compile 'com.google.api-client:google-api-client:1.30.6' + compile 'com.google.api-client:google-api-client:1.30.7' compile "com.kotcrab.remark:remark:1.2.0" compile 'io.jsonwebtoken:jjwt-api:0.10.7' runtime 'io.jsonwebtoken:jjwt-jackson:0.10.7' runtime 'io.jsonwebtoken:jjwt-impl:0.10.7' - compile 'com.nimbusds:nimbus-jose-jwt:8.3' + compile 'com.nimbusds:nimbus-jose-jwt:8.4' testCompile("org.springframework.boot:spring-boot-starter-test") testCompile('net.sourceforge.htmlunit:htmlunit:2.36.0') -- cgit v1.2.3