Compare commits

...

1 Commits

Author SHA1 Message Date
Renovate Bot
4d56a2cb4f Update pdfBoxVersion to v3.0.4 2025-01-29 18:27:53 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ plugins {
description = "layoutparser-service-processor"
val jacksonVersion = "2.15.2"
val pdfBoxVersion = "3.0.0"
val pdfBoxVersion = "3.0.4"
dependencies {

View File

@ -22,7 +22,7 @@ configurations {
val jacksonVersion = "2.15.2"
val pdfBoxVersion = "3.0.0"
val pdfBoxVersion = "3.0.4"
val springBootStarterVersion = "3.1.5"
dependencies {

View File

@ -5,7 +5,7 @@ plugins {
description = "Library for adding/removing layers in the viewer document"
var pdfBoxVersion = "3.0.0"
var pdfBoxVersion = "3.0.4"
dependencies {
implementation("org.apache.pdfbox:pdfbox:${pdfBoxVersion}")