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 bfda8a6770 Fixed: Upgrade Apache Shiro to 1.13.0 to fix CVE-2023-46750 
(OFBIZ-12866)
bfda8a6770 is described below

commit bfda8a6770eb0dcc1b6644d8639339fb8e44f40b
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Mon Nov 13 18:56:23 2023 +0100

    Fixed: Upgrade Apache Shiro to 1.13.0 to fix CVE-2023-46750 (OFBIZ-12866)
    
    See https://lists.apache.org/thread/ff0rq7rykh6zxb7l4dronowpoxrcqkr8 for 
details
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 387ac812a3..082e8ae8ee 100644
--- a/build.gradle
+++ b/build.gradle
@@ -243,7 +243,7 @@ dependencies {
     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'
-    implementation 'org.apache.shiro:shiro-core:1.12.0'
+    implementation 'org.apache.shiro:shiro-core:1.13.0'
     implementation 'org.apache.sshd:sshd-core:2.10.0'
     implementation 'org.apache.sshd:sshd-sftp:2.10.0'
     implementation 'org.apache.tika:tika-core:2.5.0'

Reply via email to