This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release22.01 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit 1ee861515bf62cc422273bd5c60dbd91631b70b3 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 Conflict handled by hand in build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3a1c2ebd77..17ed4b21ae 100644 --- a/build.gradle +++ b/build.gradle @@ -221,7 +221,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.8.0' implementation 'org.apache.sshd:sshd-core:2.8.0' implementation 'org.apache.sshd:sshd-sftp:2.8.0'