Skip to content

Commit

Permalink
Bump org.apache.pdfbox:pdfbox from 3.0.0 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps org.apache.pdfbox:pdfbox from 3.0.0 to 3.0.2.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 15, 2024
1 parent c30d09d commit fd69873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,8 @@ dependencies {
implementation 'com.jayway.jsonpath:json-path:2.8.0'

// For PDF image extraction
implementation 'org.apache.pdfbox:pdfbox:3.0.0'
implementation 'org.apache.pdfbox:pdfbox-tools:3.0.0'
implementation 'org.apache.pdfbox:pdfbox:3.0.2'
implementation 'org.apache.pdfbox:pdfbox-tools:3.0.2'
implementation 'org.bouncycastle:bcmail-jdk15on:1.70' // To decrypt passworded/secured pdf's
implementation 'com.github.jai-imageio:jai-imageio-core:1.4.0' // For pdf image extraction, specifically for jpeg2000 (jpx) support.
implementation 'com.github.jai-imageio:jai-imageio-jpeg2000:1.4.0' // For pdf image extraction, specifically for jpeg2000 (jpx) support.
Expand Down

0 comments on commit fd69873

Please sign in to comment.