This is an automated email from the ASF dual-hosted git repository.

markusthoemmes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new cfd50ee  Upgrade caffeine to get multi expiry support with latest 
fixes. (#4016)
cfd50ee is described below

commit cfd50eee4194142e95bad6dfd8bf96ff08187050
Author: Martin Henke <martin.he...@web.de>
AuthorDate: Tue Sep 11 11:50:13 2018 +0200

    Upgrade caffeine to get multi expiry support with latest fixes. (#4016)
---
 common/scala/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/scala/build.gradle b/common/scala/build.gradle
index cbeed11..c6eb005 100644
--- a/common/scala/build.gradle
+++ b/common/scala/build.gradle
@@ -58,7 +58,7 @@ dependencies {
     compile ('com.fasterxml.uuid:java-uuid-generator:3.1.3') {
         exclude group: 'log4j'
     }
-    compile 'com.github.ben-manes.caffeine:caffeine:2.4.0'
+    compile 'com.github.ben-manes.caffeine:caffeine:2.6.2'
     compile 'com.google.code.findbugs:jsr305:3.0.2'
     compile 'io.fabric8:kubernetes-client:4.0.3'
     compile 'io.kamon:kamon-core_2.11:0.6.7'

Reply via email to