Skip to content

Commit

Permalink
Update of Paho MQTT library and version bump (issue #358)
Browse files Browse the repository at this point in the history
- Update to latest snapshot version (v1.2.1) of Paho MQTT library,
because of a reportet vulnerability.
  • Loading branch information
schulz2 committed Sep 18, 2019
1 parent f8f7168 commit 67646de
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion com.ibm.streamsx.messaging/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<classpathentry exported="true" kind="con" path="com.ibm.streams.java/com.ibm.streams.operator"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="opt/downloaded/lz4-1.3.0.jar"/>
<classpathentry kind="lib" path="opt/downloaded/org.eclipse.paho.client.mqttv3-1.0.1.jar"/>
<classpathentry kind="lib" path="opt/downloaded/slf4j-api-1.7.21.jar"/>
<classpathentry kind="lib" path="opt/downloaded/geronimo-jms_1.1_spec-1.1.1.jar"/>
<classpathentry kind="lib" path="opt/downloaded/amqp-client-5.4.3.jar"/>
<classpathentry kind="lib" path="opt/downloaded/snappy-java-1.1.2.6.jar"/>
<classpathentry kind="lib" path="opt/downloaded/kafka-clients-0.10.2.2.jar"/>
<classpathentry kind="lib" path="opt/downloaded/org.eclipse.paho.client.mqttv3-1.2.1.jar"/>
<classpathentry kind="output" path="impl/java/bin"/>
</classpath>
2 changes: 1 addition & 1 deletion com.ibm.streamsx.messaging/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ The &lt;attribute> element has three possible attributes:
* composite types
* xml
</info:description>
<info:version>5.4.1</info:version>
<info:version>5.4.2</info:version>
<info:requiredProductVersion>4.2.0.0</info:requiredProductVersion>
</info:identity>
<info:dependencies/>
Expand Down
4 changes: 2 additions & 2 deletions com.ibm.streamsx.messaging/pom-kafka-0.10.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.ibm.streamsx.messaging</groupId>
<artifactId>streamsx.messaging</artifactId>
<packaging>jar</packaging>
<version>5.3.13</version>
<version>5.4.2</version>
<name>com.ibm.streamsx.messaging</name>
<repositories>
<repository>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.0.1</version>
<version>1.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions com.ibm.streamsx.messaging/pom-kafka-0.9.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.ibm.streamsx.messaging</groupId>
<artifactId>streamsx.messaging</artifactId>
<packaging>jar</packaging>
<version>1.0.0</version>
<version>5.4.2</version>
<name>com.ibm.streamsx.messaging</name>
<repositories>
<repository>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.0.1</version>
<version>1.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions com.ibm.streamsx.messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.ibm.streamsx.messaging</groupId>
<artifactId>streamsx.messaging</artifactId>
<packaging>jar</packaging>
<version>5.4.1</version>
<version>5.4.2</version>
<name>com.ibm.streamsx.messaging</name>
<repositories>
<repository>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.0.1</version>
<version>1.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 67646de

Please sign in to comment.