You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2023/01/09 12:27:58 UTC

[cloudstack] branch owaspDepCheckUpdate created (now b454728d21)

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

dahn pushed a change to branch owaspDepCheckUpdate
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


      at b454728d21 update owasp dep checker for 'column width bug'

This branch includes the following new commits:

     new b454728d21 update owasp dep checker for 'column width bug'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[cloudstack] 01/01: update owasp dep checker for 'column width bug'

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch owaspDepCheckUpdate
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit b454728d217522b10af32b9c053154322d2ea11d
Author: Daan Hoogland <da...@onecht.net>
AuthorDate: Mon Jan 9 13:27:43 2023 +0100

    update owasp dep checker for 'column width bug'
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a105838141..fc47f87160 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
         <cs.jar-plugin.version>3.2.0</cs.jar-plugin.version>
         <cs.pmd-plugin.version>3.12.0</cs.pmd-plugin.version>
         <cs.project-info-plugin.version>3.0.0</cs.project-info-plugin.version>
-        <cs.owasp.dependency-checker-plugin.version>5.3.0</cs.owasp.dependency-checker-plugin.version>
+        <cs.owasp.dependency-checker-plugin.version>7.4.4</cs.owasp.dependency-checker-plugin.version>
         <cs.release-plugin.version>2.5.3</cs.release-plugin.version>
         <cs.resources-plugin.version>3.1.0</cs.resources-plugin.version>
         <cs.site-plugin.version>3.8.2</cs.site-plugin.version>