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 6b531ba399dceb24c4f50814d2c3803a7cc8b76c Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Fri Dec 3 07:59:18 2021 +0100 Upgrading Caffeine --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6f4a6e2..2625540 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.4</version> + <version>3.0.5</version> </dependency> <dependency>
