diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 043fc5ee..929c2353 100644 --- a/build.gradle +++ b/build.gradle @@ -123,7 +123,7 @@ dependencies { compile ('org.springframework.boot:spring-boot-devtools') runtime ("org.springframework.boot:spring-boot-properties-migrator") - compile 'org.flywaydb:flyway-core:6.5.3' + compile 'org.flywaydb:flyway-core:6.5.4' compile 'com.github.ben-manes.caffeine:caffeine:2.8.5' compile "javax.inject:javax.inject:1" @@ -175,10 +175,10 @@ dependencies { compile 'io.jsonwebtoken:jjwt-api:0.11.2' runtime 'io.jsonwebtoken:jjwt-jackson:0.11.2' runtime 'io.jsonwebtoken:jjwt-impl:0.11.2' - compile 'com.nimbusds:nimbus-jose-jwt:8.19' + compile 'com.nimbusds:nimbus-jose-jwt:8.20' testCompile("org.springframework.boot:spring-boot-starter-test") - testCompile('net.sourceforge.htmlunit:htmlunit:2.42.0') + testCompile('net.sourceforge.htmlunit:htmlunit:2.43.0') testCompile('org.springframework.security:spring-security-test') testCompile("ch.vorburger.mariaDB4j:mariaDB4j:2.4.0") |