We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5eb82 commit 348b034Copy full SHA for 348b034
gradle/plugins/publishing/build.gradle.kts
@@ -16,6 +16,14 @@ dependencies {
16
because("Workaround for CVE-2025-4949")
17
}
18
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
27
28
29
tasks.compileJava {
0 commit comments