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:03 UTC

[ofbiz-framework] branch release22.01 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 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 1d4179b1f9 Fixed: Update Apache Shiro to  1.10.1 (OFBIZ-12713)
1d4179b1f9 is described below

commit 1d4179b1f910f469b0511d85b6985a5ccc1fc2b6
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Sun Nov 20 11:26:28 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 8ab15d76a7..89ef866c2d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -216,7 +216,7 @@ dependencies {
     implementation 'net.lingala.zip4j:zip4j:2.9.0'
     implementation 'org.apache.ant:ant-junit:1.10.11'
     implementation 'org.apache.commons:commons-collections4:4.4'
-    implementation 'org.apache.commons:commons-csv:1.9.0'	
+    implementation 'org.apache.commons:commons-csv:1.9.0'
     implementation 'org.apache.commons:commons-dbcp2:2.9.0'
     implementation 'org.apache.commons:commons-imaging:1.0-alpha2' // Alpha but OK, "Imaging was working and was used by a number of projects in production even before reaching its initial release as an Apache Commons component."
     implementation 'org.apache.commons:commons-text:1.10.0'
@@ -227,7 +227,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.8.0'
+    implementation 'org.apache.shiro:shiro-core:1.10.1'
     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'