Skip to content

Commit 3d36c2f

Browse files
authored
Update dependency org.eclipse.paho:org.eclipse.paho.client.mqttv3 to v1.2.4 (GoogleCloudPlatform#2650)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | org.eclipse.paho:org.eclipse.paho.client.mqttv3 | patch | `1.2.2` -> `1.2.4` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/java-docs-samples).
1 parent e0280b0 commit 3d36c2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

iot/api-client/codelab/manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.eclipse.paho</groupId>
4949
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
50-
<version>1.2.2</version>
50+
<version>1.2.4</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.json</groupId>

iot/api-client/end-to-end-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.eclipse.paho</groupId>
4040
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
41-
<version>1.2.2</version>
41+
<version>1.2.4</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.json</groupId>

iot/api-client/manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.eclipse.paho</groupId>
4444
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
45-
<version>1.2.2</version>
45+
<version>1.2.4</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.json</groupId>

0 commit comments

Comments
 (0)