Skip to content

Commit 348b034

Browse files
committed
Work around CVE-2025-66516
1 parent cf5eb82 commit 348b034

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

gradle/plugins/publishing/build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ dependencies {
1616
because("Workaround for CVE-2025-4949")
1717
}
1818
}
19+
constraints {
20+
implementation("org.apache.tika:tika-core") {
21+
version {
22+
require("3.2.2")
23+
}
24+
because("Workaround for CVE-2025-66516")
25+
}
26+
}
1927
}
2028

2129
tasks.compileJava {

0 commit comments

Comments
 (0)