Skip to content

Commit

Permalink
Bump org.apache.pdfbox:pdfbox from 3.0.2 to 3.0.3 (#38)
Browse files Browse the repository at this point in the history
Bumps org.apache.pdfbox:pdfbox 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
...

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] authored Sep 6, 2024
1 parent 04d6602 commit 6207c4a
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 @@ -15,7 +15,7 @@ repositories {
}

dependencies {
implementation group: 'org.apache.pdfbox', name: 'pdfbox', version: '3.0.2'
implementation group: 'org.apache.pdfbox', name: 'pdfbox', version: '3.0.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
}
Expand Down

0 comments on commit 6207c4a

Please sign in to comment.