Spring Webflux and @Cacheable Annotation - reverted to older version of caffeine for jdk compatibility

This commit is contained in:
Mladen Savic
2021-11-14 14:13:47 +01:00
parent f824a02eaf
commit 508dff5f69

View File

@@ -74,7 +74,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>3.0.4</version>
<version>2.9.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>