diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index 21440a0e..41cb0dee 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.3.0.RELEASE' apply false + id 'org.springframework.boot' version '2.3.1.RELEASE' apply false id 'org.asciidoctor.convert' version '2.4.0' } @@ -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.4.3' + compile 'org.flywaydb:flyway-core:6.4.4' compile 'com.github.ben-manes.caffeine:caffeine:2.8.4' compile "javax.inject:javax.inject:1" @@ -172,9 +172,9 @@ dependencies { compile 'com.google.api-client:google-api-client:1.30.9' compile "com.kotcrab.remark:remark:1.2.0" - 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 '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' testCompile("org.springframework.boot:spring-boot-starter-test") |