We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 656490c + 126c24e commit da68cefCopy full SHA for da68cef
build.gradle
@@ -46,7 +46,7 @@ dependencies {
46
}
47
api 'org.springframework:spring-webmvc'
48
api 'org.springframework.security:spring-security-core'
49
- api 'org.apache.tika:tika-core'
+ api 'org.apache.tika:tika-core:3.2.2'
50
51
implementation "io.swagger.core.v3:swagger-annotations-jakarta:2.2.27"
52
api "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
0 commit comments