Skip to content

Commit

Permalink
Update dependency org.apache.pdfbox:pdfbox to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent b367dd2 commit c261d40
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 @@ -234,7 +234,7 @@ dependencies {
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: junit

testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
testImplementation group: 'org.apache.pdfbox', name: 'pdfbox', version: '2.0.29'
testImplementation group: 'org.apache.pdfbox', name: 'pdfbox', version: '3.0.0'

functionalTestImplementation group: 'io.rest-assured', name: 'rest-assured'

Expand Down

0 comments on commit c261d40

Please sign in to comment.