Compare commits

..

No commits in common. "renovate/main-pdfboxversion" and "main" have entirely different histories.

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.4"
val pdfBoxVersion = "3.0.0"
dependencies {

View File

@ -22,7 +22,7 @@ configurations {
val jacksonVersion = "2.15.2"
val pdfBoxVersion = "3.0.4"
val pdfBoxVersion = "3.0.0"
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.4"
var pdfBoxVersion = "3.0.0"
dependencies {
implementation("org.apache.pdfbox:pdfbox:${pdfBoxVersion}")