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 fontbox from 2.0.23 to 2.0.24 #7815

Merged
merged 2 commits into from
Jun 14, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Merge branch 'main' into dependabot/gradle/org.apache.pdfbox-fontbox-…
…2.0.24
Siedlerchr authored Jun 14, 2021
commit 1dc55171358e76ad809684cf1a3052b03fce22bb
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -116,9 +116,9 @@ dependencies {
// Include all jar-files in the 'lib' folder as dependencies
implementation fileTree(dir: 'lib', includes: ['*.jar'])

implementation 'org.apache.pdfbox:pdfbox:2.0.23'
implementation 'org.apache.pdfbox:pdfbox:2.0.24'
implementation 'org.apache.pdfbox:fontbox:2.0.24'
implementation 'org.apache.pdfbox:xmpbox:2.0.23'
implementation 'org.apache.pdfbox:xmpbox:2.0.24'

implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.8'
implementation 'com.h2database:h2-mvstore:1.4.200'
You are viewing a condensed version of this merge commit. You can view the full changes here.