diff options
author | Vitaly Takmazov | 2020-07-09 09:54:40 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-07-09 09:54:40 +0300 |
commit | e5584e2f6190a37e3c673e23b6a38ab7c5c3b4df (patch) | |
tree | 7d2c7dfa746734f5f1bb734b9dc422ac6b91e8cf /build.gradle | |
parent | 104cf68ad6a55cf945c18abe8f9b440ea088c74a (diff) |
Update deps and Gradle wrapper
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 2e1c6be2..ad163b85 100644 --- a/build.gradle +++ b/build.gradle @@ -124,7 +124,7 @@ dependencies { runtime ("org.springframework.boot:spring-boot-properties-migrator") compile 'org.flywaydb:flyway-core:6.5.0' - compile 'com.github.ben-manes.caffeine:caffeine:2.8.4' + compile 'com.github.ben-manes.caffeine:caffeine:2.8.5' compile "javax.inject:javax.inject:1" compile 'com.google.code.findbugs:jsr305:3.0.2' @@ -169,7 +169,7 @@ dependencies { compile 'com.atlassian.commonmark:commonmark:0.15.1' compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.15.1' compile 'org.tomitribe:tomitribe-http-signatures:1.5' - compile 'com.google.api-client:google-api-client:1.30.9' + compile 'com.google.api-client:google-api-client:1.30.10' compile "com.kotcrab.remark:remark:1.2.0" compile 'io.jsonwebtoken:jjwt-api:0.11.2' @@ -183,7 +183,7 @@ dependencies { testCompile("ch.vorburger.mariaDB4j:mariaDB4j:2.4.0") testCompile 'io.springfox:springfox-swagger2:2.9.2' - testCompile 'org.bouncycastle:bcpkix-jdk15on:1.65' + testCompile 'org.bouncycastle:bcpkix-jdk15on:1.66' } bootJar { |