diff --git a/build.gradle b/build.gradle index 8bf7f15d039..6b60d9b71e4 100644 --- a/build.gradle +++ b/build.gradle @@ -165,7 +165,7 @@ dependencies { exclude group: "commons-logging", module: "commons-logging" } - implementation ("org.apache.pdfbox:xmpbox:3.0.2") { + implementation ("org.apache.pdfbox:xmpbox:3.0.3") { exclude group: "commons-logging", module: "commons-logging" } implementation "com.github.Carleslc.Simple-YAML:Simple-Yaml:1.8.4"