This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_1_X by this push:
new 5d71780 Downgrading Caffeine to retain JDK8 compatibility
5d71780 is described below
commit 5d71780aa0b6a3208f57896af29d686e43f7c0fa
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Dec 10 09:34:28 2021 +0100
Downgrading Caffeine to retain JDK8 compatibility
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 74514f5..771d45b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1027,7 +1027,7 @@ under the License.
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
- <version>3.0.5</version>
+ <version>2.9.3</version>
</dependency>
<dependency>