This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 533d8936bd build(deps): bump
com.microsoft.azure.sdk.iot:iot-device-client (#1125)
533d8936bd is described below
commit 533d8936bdb7f1b988c104ff986270933e05695a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 2 09:16:43 2023 +0200
build(deps): bump com.microsoft.azure.sdk.iot:iot-device-client (#1125)
Bumps
[com.microsoft.azure.sdk.iot:iot-device-client](https://github.com/Azure/azure-iot-sdk-java)
from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/Azure/azure-iot-sdk-java/releases)
-
[Changelog](https://github.com/Azure/azure-iot-sdk-java/blob/main/upcoming_certificate_changes_readme.md)
- [Commits](https://github.com/Azure/azure-iot-sdk-java/commits)
---
updated-dependencies:
- dependency-name: com.microsoft.azure.sdk.iot:iot-device-client
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
plc4j/examples/hello-cloud-azure/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plc4j/examples/hello-cloud-azure/pom.xml
b/plc4j/examples/hello-cloud-azure/pom.xml
index 50cb3785ba..2d4155e9bf 100644
--- a/plc4j/examples/hello-cloud-azure/pom.xml
+++ b/plc4j/examples/hello-cloud-azure/pom.xml
@@ -43,7 +43,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-device-client</artifactId>
- <version>2.2.0</version>
+ <version>2.3.0</version>
</dependency>
<dependency>