aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-08-13 09:47:25 +0300
committerGravatar Vitaly Takmazov2020-08-13 09:47:25 +0300
commit37b885e37b3015e67766115a93b932f0f8c0e6a6 (patch)
tree94a53ca68c2aa600cd0dba79ca0a5bc445dd5dbe /build.gradle
parenteb7749185caa626868ff1a383a98d1c5c224ddae (diff)
Update deps and Gradle wrapper
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 043fc5ee..929c2353 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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.5.3'
+ compile 'org.flywaydb:flyway-core:6.5.4'
compile 'com.github.ben-manes.caffeine:caffeine:2.8.5'
compile "javax.inject:javax.inject:1"
@@ -175,10 +175,10 @@ dependencies {
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'
+ compile 'com.nimbusds:nimbus-jose-jwt:8.20'
testCompile("org.springframework.boot:spring-boot-starter-test")
- testCompile('net.sourceforge.htmlunit:htmlunit:2.42.0')
+ testCompile('net.sourceforge.htmlunit:htmlunit:2.43.0')
testCompile('org.springframework.security:spring-security-test')
testCompile("ch.vorburger.mariaDB4j:mariaDB4j:2.4.0")