Skip to content

Commit a8ac541

Browse files
committed
Fix the build with Java 24
1 parent 2da1f80 commit a8ac541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

framework-docs/framework-docs.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ dependencies {
6363

6464
implementation("com.fasterxml.jackson.core:jackson-databind")
6565
implementation("com.fasterxml.jackson.module:jackson-module-parameter-names")
66+
implementation("com.github.ben-manes.caffeine:caffeine")
6667
implementation("com.mchange:c3p0:0.9.5.5")
6768
implementation("com.oracle.database.jdbc:ojdbc11")
6869
implementation("io.projectreactor.netty:reactor-netty-http")

0 commit comments

Comments
 (0)