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 83085f8597f6bc0ba76f650d0b16d1effdff5e07
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Mar 26 12:00:08 2024 +0100

    Improved: Upgrade Apache PDFBox to 2.0.31 (minor)
    
    While at it update Codenarc setMaxPriority3Violations (very minor)
---
 build.gradle        | 2 +-
 dependencies.gradle | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index be8f4d25e4..8acb848a34 100644
--- a/build.gradle
+++ b/build.gradle
@@ -295,7 +295,7 @@ codenarc {
     setConfigFile(new File('config/codenarc/codenarc.groovy'))
     setMaxPriority1Violations(0)
     setMaxPriority2Violations(410)
-    setMaxPriority3Violations(3979)
+    setMaxPriority3Violations(3975)
 }
 
 // Eclipse plugin settings
diff --git a/dependencies.gradle b/dependencies.gradle
index 42cc1c2199..b49965fbb9 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -52,7 +52,7 @@ dependencies {
     implementation 'org.apache.logging.log4j:log4j-api:2.20.0' // the API of 
log4j 2
     implementation 'org.apache.logging.log4j:log4j-core:2.20.0' // 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.29' // 3.0.1 does not compile
+    implementation 'org.apache.pdfbox:pdfbox:2.0.31' // 3.0.1 does not compile
     implementation 'org.apache.shiro:shiro-core:1.13.0'
     implementation 'org.apache.shiro:shiro-crypto-cipher:2.0.0'
     implementation 'org.apache.sshd:sshd-core:2.10.0'

Reply via email to