diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle index 72a1a40c..ec54b29f 100644 --- a/build.gradle +++ b/build.gradle @@ -18,6 +18,7 @@ plugins { repositories { mavenCentral() jcenter() + google() } apply plugin: 'io.spring.dependency-management' dependencyManagement { @@ -122,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.2.1' + compile 'org.flywaydb:flyway-core:6.2.3' compile 'com.github.ben-manes.caffeine:caffeine:2.8.1' compile "javax.inject:javax.inject:1" @@ -168,13 +169,13 @@ dependencies { compile 'com.atlassian.commonmark:commonmark:0.14.0' compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.14.0' compile 'org.tomitribe:tomitribe-http-signatures:1.3' - compile 'com.google.api-client:google-api-client:1.30.7' + compile 'com.google.api-client:google-api-client:1.30.8' 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.5' + 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.6' testCompile("org.springframework.boot:spring-boot-starter-test") testCompile('net.sourceforge.htmlunit:htmlunit:2.37.0') |