Skip to content

Commit

Permalink
Bump org.apache.pdfbox:fontbox from 3.0.1 to 3.0.2 (#11042)
Browse files Browse the repository at this point in the history
Bumps org.apache.pdfbox:fontbox from 3.0.1 to 3.0.2.

---
updated-dependencies:
- dependency-name: org.apache.pdfbox:fontbox
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 18, 2024
1 parent c5a6f08 commit c9415ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ dependencies {
implementation fileTree(dir: 'lib', includes: ['*.jar'])

implementation 'org.apache.pdfbox:pdfbox:3.0.1'
implementation 'org.apache.pdfbox:fontbox:3.0.1'
implementation 'org.apache.pdfbox:fontbox:3.0.2'
implementation ('org.apache.pdfbox:xmpbox:3.0.2') {
exclude group: 'org.junit.jupiter'
}
Expand Down

0 comments on commit c9415ff

Please sign in to comment.