From e5216396a8ba99f015198b66ca1530789094719b Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 18 May 2020 13:10:40 +0300 Subject: Spring Boot 2.3 and other dependency updates --- build.gradle | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 3cdb5483..bb5c6cf2 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { } plugins { id 'com.github.ben-manes.versions' version '0.28.0' - id 'org.springframework.boot' version '2.2.7.RELEASE' apply false + id 'org.springframework.boot' version '2.3.0.RELEASE' apply false id 'org.asciidoctor.convert' version '2.4.0' } @@ -122,11 +122,12 @@ dependencies { compile ("org.springframework.boot:spring-boot-starter-actuator") compile ('org.springframework.boot:spring-boot-devtools') - compile 'org.flywaydb:flyway-core:6.4.1' - compile 'com.github.ben-manes.caffeine:caffeine:2.8.2' + compile 'org.flywaydb:flyway-core:6.4.2' + compile 'com.github.ben-manes.caffeine:caffeine:2.8.3' compile "javax.inject:javax.inject:1" compile 'com.google.code.findbugs:jsr305:3.0.2' + compile 'javax.validation:validation-api:2.0.1.Final' compile "org.apache.commons:commons-lang3:3.10" compile "org.apache.commons:commons-collections4:4.4" @@ -174,7 +175,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.16' + compile 'com.nimbusds:nimbus-jose-jwt:8.17' testCompile("org.springframework.boot:spring-boot-starter-test") testCompile('net.sourceforge.htmlunit:htmlunit:2.40.0') -- cgit v1.2.3