diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 0610e86d..1544968f 100644 --- a/build.gradle +++ b/build.gradle @@ -124,7 +124,7 @@ dependencies { compile ("org.springframework.boot:spring-boot-starter-actuator") compile ('org.springframework.boot:spring-boot-devtools') - compile 'org.flywaydb:flyway-core:6.3.3' + compile 'org.flywaydb:flyway-core:6.4.0' compile 'com.github.ben-manes.caffeine:caffeine:2.8.1' compile "javax.inject:javax.inject:1" @@ -176,7 +176,7 @@ dependencies { 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.14.1' + compile 'com.nimbusds:nimbus-jose-jwt:8.15' testCompile("org.springframework.boot:spring-boot-starter-test") testCompile('net.sourceforge.htmlunit:htmlunit:2.39.1') |