From 37b885e37b3015e67766115a93b932f0f8c0e6a6 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 13 Aug 2020 09:47:25 +0300 Subject: Update deps and Gradle wrapper --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.gradle') 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") -- cgit v1.2.3