diff options
author | Vitaly Takmazov | 2020-02-13 22:07:46 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-02-13 22:07:46 +0300 |
commit | dbfc3d9cf3b1c8b220c8ec0646828997d3eb8ac9 (patch) | |
tree | 5cddeed567720b39b31d255eda84ec32d7476ef7 /build.gradle | |
parent | 2d5929fc975c431c8a545a44115cdbb57e0e0689 (diff) |
Update deps
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') |