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 4dc1a31a5b
commit 69975a6552

View File

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