From ad50d1090b303d3a71c354dd2922a982fda6a289 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 7 Mar 2020 13:08:22 +0300 Subject: Update deps --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index dd9b1a99..aa0892ee 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.2.4' + compile 'org.flywaydb:flyway-core:6.3.0' compile 'com.github.ben-manes.caffeine:caffeine:2.8.1' compile "javax.inject:javax.inject:1" @@ -175,7 +175,7 @@ dependencies { 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.8' + compile 'com.nimbusds:nimbus-jose-jwt:8.9' testCompile("org.springframework.boot:spring-boot-starter-test") testCompile('net.sourceforge.htmlunit:htmlunit:2.37.0') -- cgit v1.2.3