Merge branch 'renovate/main-jacksonversion' into 'main'

Update jacksonVersion to v2.15.2 (main)

See merge request fforesight/layout-parser!13
This commit is contained in:
Renovate Bot 2023-08-09 21:13:57 +02:00
commit f6f7a0a952
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ plugins {
description = "layoutparser-service-processor"
val jacksonVersion = "2.15.0-rc2"
val jacksonVersion = "2.15.2"
val pdfBoxVersion = "3.0.0-RC1"
dependencies {

View File

@ -12,7 +12,7 @@ plugins {
description = "layoutparser-service-server"
val jacksonVersion = "2.15.0-rc2"
val jacksonVersion = "2.15.2"
val pdfBoxVersion = "3.0.0-alpha2"
dependencies {