You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2022/05/25 09:24:31 UTC

[plc4x] 06/06: fix(build): Bumped the version of the CVE checker plugin to hopefully fix issues during the build

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit e2ca19d96c9d7a0faf4faae959522a5b68e7c336
Author: cdutz <ch...@c-ware.de>
AuthorDate: Wed May 25 11:22:34 2022 +0200

    fix(build): Bumped the version of the CVE checker plugin to hopefully fix issues during the build
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 676c64d11d..fc09a17fbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
     <milo.version>0.6.6</milo.version>
     <mockito.version>4.4.0</mockito.version>
     <netty.version>4.1.77.Final</netty.version>
-    <owasp-dependency-check.version>7.0.4</owasp-dependency-check.version>
+    <owasp-dependency-check.version>7.1.0</owasp-dependency-check.version>
     <pcap4j.version>1.8.2</pcap4j.version>
     <slf4j.version>1.7.36</slf4j.version>
     <vavr.version>0.10.4</vavr.version>