From bdef56b6fc58dc3554171f3e14ac821655cb8ddd Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 14 Mar 2020 21:41:51 +0300 Subject: Update deps --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index aa0892ee..e9ced0f3 100644 --- a/build.gradle +++ b/build.gradle @@ -123,7 +123,7 @@ dependencies { compile ("org.springframework.boot:spring-boot-starter-json") compile ('org.springframework.boot:spring-boot-devtools') - compile 'org.flywaydb:flyway-core:6.3.0' + compile 'org.flywaydb:flyway-core:6.3.1' compile 'com.github.ben-manes.caffeine:caffeine:2.8.1' compile "javax.inject:javax.inject:1" @@ -172,13 +172,13 @@ dependencies { compile 'com.google.api-client:google-api-client:1.30.9' compile "com.kotcrab.remark:remark:1.2.0" - compile 'io.jsonwebtoken:jjwt-api:0.11.0' - runtime 'io.jsonwebtoken:jjwt-jackson:0.11.0' - runtime 'io.jsonwebtoken:jjwt-impl:0.11.0' - compile 'com.nimbusds:nimbus-jose-jwt:8.9' + compile 'io.jsonwebtoken:jjwt-api:0.11.1' + runtime 'io.jsonwebtoken:jjwt-jackson:0.11.1' + runtime 'io.jsonwebtoken:jjwt-impl:0.11.1' + compile 'com.nimbusds:nimbus-jose-jwt:8.10' testCompile("org.springframework.boot:spring-boot-starter-test") - testCompile('net.sourceforge.htmlunit:htmlunit:2.37.0') + testCompile('net.sourceforge.htmlunit:htmlunit:2.38.0') testCompile('org.springframework.security:spring-security-test') testCompile("ch.vorburger.mariaDB4j:mariaDB4j:2.4.0") -- cgit v1.2.3