diff --git a/build.gradle b/build.gradle index 6ce435ea79d..076a5fd8c40 100644 --- a/build.gradle +++ b/build.gradle @@ -149,7 +149,7 @@ dependencies { // Include all jar-files in the 'lib' folder as dependencies implementation fileTree(dir: 'lib', includes: ['*.jar']) - def pdfbox = "3.0.2" + def pdfbox = "3.0.3" implementation ("org.apache.pdfbox:pdfbox:$pdfbox") { exclude group: 'commons-logging' }