You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2022/04/01 21:38:42 UTC

[incubator-streampipes] branch dev updated: [STREAMPIPES-519] upgrade proto-j due to CVE

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

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new acee0e1  [STREAMPIPES-519] upgrade proto-j due to CVE
     new b596a9b  Merge pull request #81 from pjfanning/proton-j
acee0e1 is described below

commit acee0e1ca7e773409bf79b69cc2d906f6135c5a2
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Fri Apr 1 16:19:03 2022 +0200

    [STREAMPIPES-519] upgrade proto-j due to CVE
---
 streampipes-extensions/pom.xml                                         | 2 +-
 streampipes-extensions/streampipes-sources-watertank-simulator/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/streampipes-extensions/pom.xml b/streampipes-extensions/pom.xml
index c6ff069..54cf118 100644
--- a/streampipes-extensions/pom.xml
+++ b/streampipes-extensions/pom.xml
@@ -150,7 +150,7 @@
             <dependency>
                 <groupId>org.apache.qpid</groupId>
                 <artifactId>proton-j</artifactId>
-                <version>0.18.0</version>
+                <version>0.30.0</version>
             </dependency>
             <dependency>
                 <groupId>com.google.inject</groupId>
diff --git a/streampipes-extensions/streampipes-sources-watertank-simulator/pom.xml b/streampipes-extensions/streampipes-sources-watertank-simulator/pom.xml
index 6a37559..6e5da08 100644
--- a/streampipes-extensions/streampipes-sources-watertank-simulator/pom.xml
+++ b/streampipes-extensions/streampipes-sources-watertank-simulator/pom.xml
@@ -72,7 +72,7 @@
         <dependency>
             <groupId>org.apache.qpid</groupId>
             <artifactId>proton-j</artifactId>
-            <version>0.18.0</version>
+            <version>0.30.0</version>
         </dependency>
     </dependencies>