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-extras.git
The following commit(s) were added to refs/heads/develop by this push:
new 0e8e2df chore(deps): bump
com.microsoft.azure.sdk.iot:iot-device-client (#671)
0e8e2df is described below
commit 0e8e2dfae66fe2960b177d2627493a66536e186b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 22 09:47:34 2026 +0200
chore(deps): bump com.microsoft.azure.sdk.iot:iot-device-client (#671)
Bumps
[com.microsoft.azure.sdk.iot:iot-device-client](https://github.com/Azure/azure-iot-sdk-java)
from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/Azure/azure-iot-sdk-java/releases)
- [Commits](https://github.com/Azure/azure-iot-sdk-java/commits)
---
updated-dependencies:
- dependency-name: com.microsoft.azure.sdk.iot:iot-device-client
dependency-version: 2.5.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 ad6676f..72d3212 100644
--- a/plc4j/examples/hello-cloud-azure/pom.xml
+++ b/plc4j/examples/hello-cloud-azure/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
<artifactId>iot-device-client</artifactId>
- <version>2.5.0</version>
+ <version>2.5.1</version>
</dependency>
<dependency>