Merge pull request #5826 from redisson/dependabot/maven/com.github.ben-manes.caffeine-caffeine-3.1.8

Bump com.github.ben-manes.caffeine:caffeine from 3.1.1 to 3.1.8
pull/5829/head
Nikita Koksharov 11 months ago committed by GitHub
commit 99feb22af0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -60,7 +60,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>3.1.1</version>
<version>3.1.8</version>
</dependency>
</dependencies>

@ -65,7 +65,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>3.1.1</version>
<version>3.1.8</version>
</dependency>
</dependencies>

@ -286,7 +286,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>3.1.1</version>
<version>3.1.8</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>

Loading…
Cancel
Save