From c5988fb8c269a9e44df0379867b59e4cfdd05557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 13:37:20 +0000 Subject: [PATCH] Bump pdfbox from 3.0.7 to 3.0.8 Bumps `pdfbox` from 3.0.7 to 3.0.8. Updates `org.apache.pdfbox:pdfbox` from 3.0.7 to 3.0.8 Updates `org.apache.pdfbox:pdfbox-io` from 3.0.7 to 3.0.8 --- updated-dependencies: - dependency-name: org.apache.pdfbox:pdfbox dependency-version: 3.0.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.pdfbox:pdfbox-io dependency-version: 3.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a377a08245..4f9af0e47d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -57,7 +57,7 @@ httpclient-cache = "4.5.14" # log4j-slf4j2-impl, log4j-web, log4j-jcl. log4j = "2.25.4" poi = "5.5.1" -pdfbox = "3.0.7" +pdfbox = "3.0.8" # Got "Exception in thread "main" java.lang.UnsupportedOperationException: Cannot create a hash with # the given algorithm: argon2" with 2.0.2 in integration tests shiro-core = "1.13.0"