Skip to content

Commit

Permalink
Merge pull request #3694 from RPTools/dependabot/gradle/develop/org.a…
Browse files Browse the repository at this point in the history
…pache.pdfbox-pdfbox-2.0.27
  • Loading branch information
cwisniew authored Apr 15, 2023
2 parents d2850a3 + 1d4d7d0 commit fd44ed8
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 @@ -379,8 +379,8 @@ dependencies {
implementation 'com.jayway.jsonpath:json-path:2.8.0'

// For PDF image extraction
implementation 'org.apache.pdfbox:pdfbox:2.0.25'
implementation 'org.apache.pdfbox:pdfbox-tools:2.0.25'
implementation 'org.apache.pdfbox:pdfbox:2.0.27'
implementation 'org.apache.pdfbox:pdfbox-tools:2.0.27'
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 fd44ed8

Please sign in to comment.