Skip to content

Commit

Permalink
Bump pdfbox from 3.0.2 to 3.0.3 (#11606)
Browse files Browse the repository at this point in the history
Bumps `pdfbox` from 3.0.2 to 3.0.3.

Updates `org.apache.pdfbox:pdfbox` from 3.0.2 to 3.0.3

Updates `org.apache.pdfbox:fontbox` from 3.0.2 to 3.0.3

Updates `org.apache.pdfbox:xmpbox` from 3.0.2 to 3.0.3

---
updated-dependencies:
- dependency-name: org.apache.pdfbox:pdfbox
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.pdfbox:fontbox
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.pdfbox:xmpbox
  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 Aug 12, 2024
1 parent 4acf2af commit 0f98fae
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 @@ -149,7 +149,7 @@ dependencies {
// Include all jar-files in the 'lib' folder as dependencies
implementation fileTree(dir: 'lib', includes: ['*.jar'])

def pdfbox = "3.0.2"
def pdfbox = "3.0.3"
implementation ("org.apache.pdfbox:pdfbox:$pdfbox") {
exclude group: 'commons-logging'
}
Expand Down

0 comments on commit 0f98fae

Please sign in to comment.