From d3434414565f523d397e00fafdebfb46eb103c67 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 9 Apr 2020 14:32:43 +0300 Subject: Update dependencies --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 01ca040c..b2610e32 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.2' + compile 'org.flywaydb:flyway-core:6.3.3' compile 'com.github.ben-manes.caffeine:caffeine:2.8.1' compile "javax.inject:javax.inject:1" @@ -176,15 +176,15 @@ 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.11' + compile 'com.nimbusds:nimbus-jose-jwt:8.14.1' testCompile("org.springframework.boot:spring-boot-starter-test") - testCompile('net.sourceforge.htmlunit:htmlunit:2.38.0') + testCompile('net.sourceforge.htmlunit:htmlunit:2.39.0') testCompile('org.springframework.security:spring-security-test') testCompile("ch.vorburger.mariaDB4j:mariaDB4j:2.4.0") testCompile 'io.springfox:springfox-swagger2:2.9.2' - testCompile 'org.bouncycastle:bcpkix-jdk15on:1.64' + testCompile 'org.bouncycastle:bcpkix-jdk15on:1.65' } bootJar { -- cgit v1.2.3