Skip to content

Commit

Permalink
chore: upgrade Tika to 1.27 #1392
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Jul 17, 2021
1 parent 7537d67 commit 5cffbd7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions consumer/junit5/build.gradle
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
dependencies {
api project(path: ":consumer", configuration: 'default')
compile "org.junit.jupiter:junit-jupiter-api:${project.junit5Version}"
implementation "org.junit.jupiter:junit-jupiter-api:${project.junit5Version}"
implementation "org.slf4j:slf4j-api:${project.slf4jVersion}"

testCompile "ch.qos.logback:logback-core:${project.logbackVersion}",
testImplementation "ch.qos.logback:logback-core:${project.logbackVersion}",
"ch.qos.logback:logback-classic:${project.logbackVersion}"
testCompile "io.github.http-builder-ng:http-builder-ng-apache:${project.httpBuilderVersion}"
testCompile "org.codehaus.groovy:groovy:${project.groovyVersion}"
testCompile "org.codehaus.groovy:groovy-json:${project.groovyVersion}"
testCompile "org.codehaus.groovy:groovy-xml:${project.groovyVersion}"
testCompile 'org.apache.commons:commons-io:1.3.2'
testImplementation "io.github.http-builder-ng:http-builder-ng-apache:${project.httpBuilderVersion}"
testImplementation "org.codehaus.groovy:groovy:${project.groovyVersion}"
testImplementation "org.codehaus.groovy:groovy-json:${project.groovyVersion}"
testImplementation "org.codehaus.groovy:groovy-xml:${project.groovyVersion}"
testImplementation 'org.apache.commons:commons-io:1.3.2'
testRuntime "org.junit.vintage:junit-vintage-engine:${project.junit5Version}"
testRuntime "org.junit.jupiter:junit-jupiter-engine:${project.junit5Version}"
testCompile 'org.mockito:mockito-core:2.28.2'
testCompile 'org.hamcrest:hamcrest:2.1'
testCompile('org.spockframework:spock-core:2.0-groovy-3.0') {
testImplementation 'org.mockito:mockito-core:2.28.2'
testImplementation 'org.hamcrest:hamcrest:2.1'
testImplementation('org.spockframework:spock-core:2.0-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
}
testCompile "org.apache.httpcomponents:httpclient:${project.httpClientVersion}"
testCompile 'com.jayway.restassured:rest-assured:2.9.0'
testImplementation "org.apache.httpcomponents:httpclient:${project.httpClientVersion}"
testImplementation 'com.jayway.restassured:rest-assured:2.9.0'

// JAX-B dependencies for JDK 9+
testCompile "jakarta.xml.bind:jakarta.xml.bind-api:2.3.2"
testCompile "org.glassfish.jaxb:jaxb-runtime:2.3.2"
testImplementation "jakarta.xml.bind:jakarta.xml.bind-api:2.3.2"
testImplementation "org.glassfish.jaxb:jaxb-runtime:2.3.2"
}
2 changes: 1 addition & 1 deletion core/model/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation 'javax.mail:mail:1.5.0-b01'
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
implementation "org.slf4j:slf4j-api:${project.slf4jVersion}"
implementation 'org.apache.tika:tika-core:1.24.1'
implementation 'org.apache.tika:tika-core:1.27'

testImplementation "ch.qos.logback:logback-classic:${project.logbackVersion}"
testImplementation "io.github.http-builder-ng:http-builder-ng-apache:${project.httpBuilderVersion}"
Expand Down

0 comments on commit 5cffbd7

Please sign in to comment.