You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2022/11/20 10:29:04 UTC

[ofbiz-framework] branch trunk updated: Fixed: Update Apache Shiro to 1.10.1 (OFBIZ-12713)

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 fa900a478c Fixed: Update Apache Shiro to  1.10.1 (OFBIZ-12713)
fa900a478c is described below

commit fa900a478c85592ea04d22326dd029e2cf98fc15
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Sun Nov 20 11:21:10 2022 +0100

    Fixed: Update Apache Shiro to  1.10.1 (OFBIZ-12713)
    
    This security release contains 5 fixes since the 1.10.0 release
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index af9defa78a..411eaf61ad 100644
--- a/build.gradle
+++ b/build.gradle
@@ -234,7 +234,7 @@ dependencies {
     implementation 'org.apache.logging.log4j:log4j-core:2.19.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.27'
-    implementation 'org.apache.shiro:shiro-core:1.10.0'
+    implementation 'org.apache.shiro:shiro-core:1.10.1'
     implementation 'org.apache.sshd:sshd-core:2.9.1'
     implementation 'org.apache.sshd:sshd-sftp:2.9.1'
     implementation 'org.apache.tika:tika-core:2.5.0'