Skip to content

Commit 88d0808

Browse files
timmyyuanStreamNative Bot
authored andcommitted
Created by streamnative-ci
1 parent de2e003 commit 88d0808

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

mqtt-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-protocol-handler-mqtt-parent</artifactId>
2222
<groupId>io.streamnative.pulsar.handlers</groupId>
23-
<version>2.8.0.8</version>
23+
<version>2.8.0.10</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>pulsar-protocol-handler-mqtt</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<groupId>io.streamnative.pulsar.handlers</groupId>
2121
<artifactId>pulsar-protocol-handler-mqtt-parent</artifactId>
22-
<version>2.8.0.8</version>
22+
<version>2.8.0.10</version>
2323
<name>StreamNative :: Pulsar Protocol Handler :: MoP Parent</name>
2424
<description>Parent for MQTT on Pulsar implemented using Pulsar Protocol Handler.</description>
2525

@@ -49,7 +49,7 @@
4949
<mockito.version>2.22.0</mockito.version>
5050
<testng.version>6.14.3</testng.version>
5151
<awaitility.version>4.0.2</awaitility.version>
52-
<pulsar.version>2.8.0.8</pulsar.version>
52+
<pulsar.version>2.8.0.10</pulsar.version>
5353
<mqtt.codec.version>4.1.66.Final</mqtt.codec.version>
5454
<log4j2.version>2.13.3</log4j2.version>
5555
<lombok.version>1.18.4</lombok.version>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>pulsar-protocol-handler-mqtt-parent</artifactId>
2222
<groupId>io.streamnative.pulsar.handlers</groupId>
23-
<version>2.8.0.8</version>
23+
<version>2.8.0.10</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>pulsar-protocol-handler-mqtt-tests</artifactId>

0 commit comments

Comments
 (0)