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

commit 41311138ee460c28a7cfcf056fbe04655521b83f
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Fri Sep 30 10:31:32 2022 +0200

    Fixed: Upgrade pdfbox to 2.0.27 (OFBIZ-12698)
    
    This is an incremental bugfix release based on the earlier 2.0.26 release. 
It contains
    a couple of fixes and small improvements.
    
    See https://lists.apache.org/thread/wcss5160hr8dtmc0zvd49qy1mypvwln8
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 54f64ee356..f5a07d0828 100644
--- a/build.gradle
+++ b/build.gradle
@@ -228,7 +228,7 @@ dependencies {
     implementation 'org.apache.logging.log4j:log4j-api:2.17.2' // the API of 
log4j 2
     implementation 'org.apache.logging.log4j:log4j-core:2.17.2' // Somehow 
needed by Buildbot to compile OFBizDynamicThresholdFilter.java
     implementation 'org.apache.poi:poi:4.1.2' // poi-ooxml-schemas-5.0.0.pom'. 
Received status code 401 from server
-    implementation 'org.apache.pdfbox:pdfbox:2.0.24'
+    implementation 'org.apache.pdfbox:pdfbox:2.0.27'
     implementation 'org.apache.shiro:shiro-core:1.9.0'
     implementation 'org.apache.sshd:sshd-core:2.8.0'
     implementation 'org.apache.sshd:sshd-sftp:2.8.0'

Reply via email to