From f73f377af448dc45d93d09eb9c79c58f880c4c0f Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 2 May 2025 15:13:35 +0000 Subject: [PATCH] pdfbox 3.0.5 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1925364 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- build.xml | 6 +++--- osgi/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 38cd8fc15a..59c0ca2016 100644 --- a/build.gradle +++ b/build.gradle @@ -119,7 +119,7 @@ subprojects { xmlbeansVersion = '5.3.0' batikVersion = '1.18' graphics2dVersion = '3.0.3' - pdfboxVersion = '3.0.4' + pdfboxVersion = '3.0.5' saxonVersion = '12.5' xmlSecVersion = '3.0.5' apiGuardianVersion = '1.1.2' diff --git a/build.xml b/build.xml index 12c8f6611f..3ba1ae2f19 100644 --- a/build.xml +++ b/build.xml @@ -325,9 +325,9 @@ under the License. - - - + + + diff --git a/osgi/README.md b/osgi/README.md index bd66279760..00a93ada8a 100644 --- a/osgi/README.md +++ b/osgi/README.md @@ -25,7 +25,7 @@ Available in Maven Central: https://mvnrepository.com/artifact/net.sf.saxon/Saxo 3. Apache XML Security for Java, Bouncy Castle and XML Commons Resolver These are required to sign or validate signed Office documents. The OSGi bundles are available in Maven Central: - - Apache XML Security for Java: https://mvnrepository.com/artifact/org.apache.santuario/xmlsec/3.0.4 + - Apache XML Security for Java: https://mvnrepository.com/artifact/org.apache.santuario/xmlsec/3.0.5 - XML Commons Resolver: https://mvnrepository.com/artifact/xml-resolver/xml-resolver/1.2-osgi