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
1 changed files with 1 additions and 1 deletions

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>