You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/04/29 06:20:36 UTC

[syncope] 01/03: Upgrading Caffeine

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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 46f18682f7dec81f933abd1430b91e4d908c04f0
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Apr 28 08:16:02 2022 +0200

    Upgrading Caffeine
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8bf060b8bd..7e4f89779f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1001,7 +1001,7 @@ under the License.
       <dependency>
         <groupId>com.github.ben-manes.caffeine</groupId>
         <artifactId>caffeine</artifactId>
-        <version>3.0.6</version>
+        <version>3.1.0</version>
       </dependency>
 
       <dependency>