You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2022/10/05 17:35:07 UTC

[shiro] 01/02: Update owasp dependency check

This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch dep-updates-again-1-10-x
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit bda64b6e5be1f71b29b2722deef9ccd001ca4223
Author: Brian Demers <bd...@apache.org>
AuthorDate: Wed Oct 5 12:29:29 2022 -0500

    Update owasp dependency check
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 49cb840a..5c1c88fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -400,7 +400,7 @@
                 <plugin>
                     <groupId>org.owasp</groupId>
                     <artifactId>dependency-check-maven</artifactId>
-                    <version>5.2.4</version>
+                    <version>7.2.1</version>
                 </plugin>
                 <plugin>
                     <groupId>com.github.siom79.japicmp</groupId>