From eafbfb8dbfa928ba5164b30f1b6028d201cf3ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:01:03 +0100 Subject: [PATCH] Bump org.apache.pdfbox:xmpbox from 3.0.2 to 3.0.3 (#1670) Bumps org.apache.pdfbox:xmpbox from 3.0.2 to 3.0.3. --- updated-dependencies: - dependency-name: org.apache.pdfbox:xmpbox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8bf7f15d..6b60d9b7 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"