From 594703d238f122c7b4d28d8aaa2171984a366609 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 17 Jun 2020 13:11:39 +0300 Subject: Update deps --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'build.gradle') 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") -- cgit v1.2.3