This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 30512ab4c9 Improved: upgrades Apache PDFBox to 2.0.33
30512ab4c9 is described below

commit 30512ab4c9ca3872d38ca8134e4b05171a9ef532
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Fri Jan 17 14:37:46 2025 +0100

    Improved: upgrades Apache PDFBox to 2.0.33
---
 dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies.gradle b/dependencies.gradle
index 8cbb7ad052..e813ef1974 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -53,7 +53,7 @@ dependencies {
     implementation 'org.apache.logging.log4j:log4j-api:2.24.2' // the API of 
log4j 2
     implementation 'org.apache.logging.log4j:log4j-core:2.24.2' // Somehow 
needed by Buildbot to compile OFBizDynamicThresholdFilter.java
     implementation 'org.apache.poi:poi:5.3.0'
-    implementation 'org.apache.pdfbox:pdfbox:2.0.32' // 3.0.1 does not compile
+    implementation 'org.apache.pdfbox:pdfbox:2.0.33' // 3.0.1 does not compile
     implementation 'org.apache.shiro:shiro-core:1.13.0' // Got "Exception in 
thread "main" java.lang.UnsupportedOperationException: Cannot create a hash 
with the given algorithm: argon2" with 2.0.2 in integration tests
     implementation 'org.apache.shiro:shiro-crypto-cipher:2.0.2'
     implementation 'org.apache.sshd:sshd-core:2.14.0'

Reply via email to