aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-03-14 21:41:51 +0300
committerGravatar Vitaly Takmazov2020-03-14 21:41:51 +0300
commitbdef56b6fc58dc3554171f3e14ac821655cb8ddd (patch)
tree99fc1b0e080efd2ca4b17c840ef9352f68695332 /build.gradle
parenteeb9da610d814b1b210366a456b3a0817d95a1af (diff)
Update deps
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")