Skip to content

Commit

Permalink
Fixed: Upgrade Apache Shiro to 1.13.0 to fix CVE-2023-46750 (OFBIZ-12…
Browse files Browse the repository at this point in the history
  • Loading branch information
JacquesLeRoux committed Nov 13, 2023
1 parent 46701da commit bfda8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit bfda8a6

Please sign in to comment.