Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pdfbox from 2.0.16 to 2.0.17 #5343

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ dependencies {
// Include all jar-files in the 'lib' folder as dependencies
compile fileTree(dir: 'lib', includes: ['*.jar'])

compile 'org.apache.pdfbox:pdfbox:2.0.16'
compile 'org.apache.pdfbox:pdfbox:2.0.17'
compile 'org.apache.pdfbox:fontbox:2.0.17'
compile 'org.apache.pdfbox:xmpbox:2.0.16'
compile 'org.apache.pdfbox:xmpbox:2.0.17'

compile group: 'org.apache.tika', name: 'tika-core', version: '1.22'

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
requires com.google.common;
requires easybind;
requires jakarta.inject;
requires pdfbox;
requires org.apache.pdfbox;
requires reactfx;
requires commons.cli;
requires httpclient;
Expand All @@ -61,7 +61,7 @@
requires citeproc.java;
requires antlr.runtime;
requires commons.lang3;
requires xmpbox;
requires org.apache.xmpbox;
requires de.saxsys.mvvmfx.validation;
requires richtextfx;
requires unirest.java;
Expand Down