Skip to content

Commit 878d821

Browse files
authored
fix(pom): update caffeine dependency version to 3.2.3 to resolve sun.misc.Unsafe warnings when running tasks (#23647)
1 parent e4e1900 commit 878d821

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483
<dependency>
484484
<groupId>com.github.ben-manes.caffeine</groupId>
485485
<artifactId>caffeine</artifactId>
486-
<version>2.9.3</version>
486+
<version>3.2.3</version>
487487
</dependency>
488488
<dependency>
489489
<groupId>org.assertj</groupId>

0 commit comments

Comments
 (0)