aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-05-21 12:10:48 +0300
committerGravatar Vitaly Takmazov2020-05-21 12:12:08 +0300
commitb53a34753de670d8ab46817120d06a4d2a004999 (patch)
tree6c47cb8cd735b0eded90ad0aaca75a8f56018d30 /build.gradle
parentb550d376b0f62bbe914da26500524acf5be22494 (diff)
Update deps
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 7afcac4e..cdf8a550 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.4.2'
- compile 'com.github.ben-manes.caffeine:caffeine:2.8.3'
+ compile 'com.github.ben-manes.caffeine:caffeine:2.8.4'
compile "javax.inject:javax.inject:1"
compile 'com.google.code.findbugs:jsr305:3.0.2'
@@ -169,7 +169,7 @@ dependencies {
compile 'io.pebbletemplates:pebble-spring5:3.1.3'
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 'org.tomitribe:tomitribe-http-signatures:1.4'
compile 'com.google.api-client:google-api-client:1.30.9'
compile "com.kotcrab.remark:remark:1.2.0"