Skip to content

Commit ff65eb8

Browse files
Bump tika-core from 2.0.0 to 2.1.0 (#8029)
* Bump tika-core from 2.0.0 to 2.1.0 Bumps [tika-core](https://github.com/apache/tika) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/apache/tika/releases) - [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt) - [Commits](https://github.com/apache/tika/commits) --- updated-dependencies: - dependency-name: org.apache.tika:tika-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix module name Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Siedlerchr <[email protected]>
1 parent b45f2ba commit ff65eb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ dependencies {
123123
implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.9.0'
124124
implementation 'com.h2database:h2-mvstore:1.4.200'
125125

126-
implementation group: 'org.apache.tika', name: 'tika-core', version: '2.0.0'
126+
implementation group: 'org.apache.tika', name: 'tika-core', version: '2.1.0'
127127

128128
// required for reading write-protected PDFs - see https://github.com/JabRef/jabref/pull/942#issuecomment-209252635
129129
implementation 'org.bouncycastle:bcprov-jdk15on:1.69'

src/main/java/module-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
requires org.apache.commons.lang3;
8888
requires org.antlr.antlr4.runtime;
8989
requires flowless;
90-
requires tika.core;
90+
requires org.apache.tika.core;
9191

9292
requires flexmark;
9393
requires flexmark.ext.gfm.strikethrough;

0 commit comments

Comments
 (0)