From 22b78e1887388b52e868052ab1d30b89bf0ceb05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 19:46:17 +0100 Subject: [PATCH] Bump de.rototor.pdfbox:graphics2d from 3.0.3 to 3.0.5 (#914) Bumps [de.rototor.pdfbox:graphics2d](https://github.com/rototor/pdfbox-graphics2d) from 3.0.3 to 3.0.5. - [Commits](https://github.com/rototor/pdfbox-graphics2d/compare/pdfboxgraphics2d-parent-3.0.3...pdfboxgraphics2d-parent-3.0.5) --- updated-dependencies: - dependency-name: de.rototor.pdfbox:graphics2d dependency-version: 3.0.5 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 bbfbc17887..0e4f0631e7 100644 --- a/build.gradle +++ b/build.gradle @@ -118,7 +118,7 @@ subprojects { hamcrestVersion = '3.0' xmlbeansVersion = '5.3.0' batikVersion = '1.19' - graphics2dVersion = '3.0.3' + graphics2dVersion = '3.0.5' pdfboxVersion = '3.0.5' saxonVersion = '12.9' xmlSecVersion = '3.0.6'