aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-04-09 14:32:43 +0300
committerGravatar Vitaly Takmazov2020-04-09 14:32:43 +0300
commitd3434414565f523d397e00fafdebfb46eb103c67 (patch)
tree097a9def3f0c9637fd6b256da0acc1edba0ad734 /build.gradle
parenta608baeed738894433aacfa041e2617f60ce959f (diff)
Update dependencies
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 01ca040c..b2610e32 100644
--- a/build.gradle
+++ b/build.gradle
@@ -124,7 +124,7 @@ dependencies {
compile ("org.springframework.boot:spring-boot-starter-actuator")
compile ('org.springframework.boot:spring-boot-devtools')
- compile 'org.flywaydb:flyway-core:6.3.2'
+ compile 'org.flywaydb:flyway-core:6.3.3'
compile 'com.github.ben-manes.caffeine:caffeine:2.8.1'
compile "javax.inject:javax.inject:1"
@@ -176,15 +176,15 @@ 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.11'
+ compile 'com.nimbusds:nimbus-jose-jwt:8.14.1'
testCompile("org.springframework.boot:spring-boot-starter-test")
- testCompile('net.sourceforge.htmlunit:htmlunit:2.38.0')
+ testCompile('net.sourceforge.htmlunit:htmlunit:2.39.0')
testCompile('org.springframework.security:spring-security-test')
testCompile("ch.vorburger.mariaDB4j:mariaDB4j:2.4.0")
testCompile 'io.springfox:springfox-swagger2:2.9.2'
- testCompile 'org.bouncycastle:bcpkix-jdk15on:1.64'
+ testCompile 'org.bouncycastle:bcpkix-jdk15on:1.65'
}
bootJar {