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 2018/12/03 08:51:59 UTC

[incubator-plc4x] branch develop updated: - Fixed the guava version as there were CVEs reported with the 18.0 version transitively referenced from the ethernet-ip module.

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 3ef1a1d  - Fixed the guava version as there were CVEs reported with the 18.0 version transitively referenced from the ethernet-ip module.
3ef1a1d is described below

commit 3ef1a1de6bf1834c7f780b6c566a8d97519aa0ae
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Dec 3 09:51:56 2018 +0100

    - Fixed the guava version as there were CVEs reported with the 18.0 version transitively referenced from the ethernet-ip module.
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 37282d1..de6e1f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,6 +156,11 @@
         <version>${gson.version}</version>
       </dependency>
       <dependency>
+        <groupId>com.google.guava</groupId>
+        <artifactId>guava</artifactId>
+        <version>27.0.1-jre</version>
+      </dependency>
+      <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
         <version>${commons-io.version}</version>