aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle12
1 files changed, 6 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle
index aa0892ee..e9ced0f3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -123,7 +123,7 @@ dependencies {
compile ("org.springframework.boot:spring-boot-starter-json")
compile ('org.springframework.boot:spring-boot-devtools')
- compile 'org.flywaydb:flyway-core:6.3.0'
+ compile 'org.flywaydb:flyway-core:6.3.1'
compile 'com.github.ben-manes.caffeine:caffeine:2.8.1'
compile "javax.inject:javax.inject:1"
@@ -172,13 +172,13 @@ 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.0'
- runtime 'io.jsonwebtoken:jjwt-jackson:0.11.0'
- runtime 'io.jsonwebtoken:jjwt-impl:0.11.0'
- compile 'com.nimbusds:nimbus-jose-jwt:8.9'
+ 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.10'
testCompile("org.springframework.boot:spring-boot-starter-test")
- testCompile('net.sourceforge.htmlunit:htmlunit:2.37.0')
+ testCompile('net.sourceforge.htmlunit:htmlunit:2.38.0')
testCompile('org.springframework.security:spring-security-test')
testCompile("ch.vorburger.mariaDB4j:mariaDB4j:2.4.0")