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 2019/01/17 14:35:51 UTC

[incubator-plc4x] branch develop updated: - Bumped the artifact version to a newer one due to CVEs

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/incubator-plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0a9c0c1  - Bumped the artifact version to a newer one due to CVEs
0a9c0c1 is described below

commit 0a9c0c1732b434888e571c343571add903f12761
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Jan 17 15:35:48 2019 +0100

    - Bumped the artifact version to a newer one due to CVEs
---
 plc4j/utils/wireshark-utils/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plc4j/utils/wireshark-utils/pom.xml b/plc4j/utils/wireshark-utils/pom.xml
index dfd4a02..f2673f2 100644
--- a/plc4j/utils/wireshark-utils/pom.xml
+++ b/plc4j/utils/wireshark-utils/pom.xml
@@ -47,10 +47,11 @@
       <artifactId>pcap4j-core</artifactId>
     </dependency>
 
+    <!-- Needed for the version comparison -->
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact</artifactId>
-      <version>3.0.3</version>
+      <version>${maven.version}</version>
     </dependency>
 
     <dependency>