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


The following commit(s) were added to refs/heads/release22.01 by this push:
     new 85e8627f36 Fixed: Upgrade Apache Shiro to 1.13.0 to fix CVE-2023-46750 
(OFBIZ-12866)
85e8627f36 is described below

commit 85e8627f36f974747bae4d5a69f752dbaf4cbd17
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Mon Nov 13 18:57:49 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 590455eb0f..b278448736 100644
--- a/build.gradle
+++ b/build.gradle
@@ -233,7 +233,7 @@ dependencies {
     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.27'
-    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.8.0'
     implementation 'org.apache.sshd:sshd-sftp:2.8.0'
     implementation 'org.apache.tika:tika-core:2.5.0'

Reply via email to