RED-10365: update pdftron logic commons to avoid crash for specific file

This commit is contained in:
Kilian Schuettler 2024-11-06 09:09:50 +01:00
parent bc459ee966
commit cd6390fde1

View File

@ -25,7 +25,7 @@ dependencies {
api("io.github.karols:hocr4j:0.2.0")
api("com.amazonaws:aws-java-sdk-kms:1.12.440")
api("com.google.guava:guava:31.1-jre")
api("com.iqser.red.commons:pdftron-logic-commons:2.31.0")
api("com.iqser.red.commons:pdftron-logic-commons:2.32.0")
api("com.knecon.fforesight:viewer-doc-processor:0.125.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.8.1")
}