From ca38e9089b50c4b33fccec44d60197bdea89b838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:34:35 +0000 Subject: [PATCH] Bump com.github.librepdf:openpdf from 1.3.43 to 1.4.2 Bumps com.github.librepdf:openpdf from 1.3.43 to 1.4.2. --- updated-dependencies: - dependency-name: com.github.librepdf:openpdf dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index c6b811b2c9e..056800827bc 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -25,7 +25,7 @@ dependencies { implementation 'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20220608.1' implementation 'com.googlecode.libphonenumber:libphonenumber:8.13.55' implementation 'com.ibm.icu:icu4j:74.2' - implementation 'com.github.librepdf:openpdf:1.3.43' + implementation 'com.github.librepdf:openpdf:1.4.2' implementation 'com.sun.mail:javax.mail:1.6.2' implementation 'com.rometools:rome:2.1.0' implementation 'com.thoughtworks.xstream:xstream:1.4.21'