aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle9
1 files changed, 5 insertions, 4 deletions
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')