Update pdfBoxVersion to v3.0.4

This commit is contained in:
Renovate Bot 2025-01-29 18:27:53 +00:00
parent ef23ee0ade
commit 4d56a2cb4f
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}")