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 Mar 3, 2025
1 parent fdee689 commit 4d2a98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.flywaydb:flyway-core")
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
implementation("org.apache.pdfbox:pdfbox:2.0.33")
implementation("org.apache.pdfbox:pdfbox:3.0.4")
runtimeOnly("org.flywaydb:flyway-database-postgresql")
runtimeOnly("org.postgresql:postgresql")

Expand Down

0 comments on commit 4d2a98f

Please sign in to comment.