diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index d3f5ff41..9e2834a5 100644 --- a/build.gradle +++ b/build.gradle @@ -122,7 +122,7 @@ dependencies { compile ("org.springframework.boot:spring-boot-starter-json") compile ('org.springframework.boot:spring-boot-devtools') - compile 'org.flywaydb:flyway-core:6.1.2' + compile 'org.flywaydb:flyway-core:6.1.3' compile 'com.github.ben-manes.caffeine:caffeine:2.8.0' compile "javax.inject:javax.inject:1" @@ -169,13 +169,13 @@ dependencies { compile 'com.atlassian.commonmark:commonmark:0.13.1' compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.13.1' compile 'org.tomitribe:tomitribe-http-signatures:1.3' - compile 'com.google.api-client:google-api-client:1.30.6' + compile 'com.google.api-client:google-api-client:1.30.7' compile "com.kotcrab.remark:remark:1.2.0" compile 'io.jsonwebtoken:jjwt-api:0.10.7' runtime 'io.jsonwebtoken:jjwt-jackson:0.10.7' runtime 'io.jsonwebtoken:jjwt-impl:0.10.7' - compile 'com.nimbusds:nimbus-jose-jwt:8.3' + compile 'com.nimbusds:nimbus-jose-jwt:8.4' testCompile("org.springframework.boot:spring-boot-starter-test") testCompile('net.sourceforge.htmlunit:htmlunit:2.36.0') |