This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git


The following commit(s) were added to refs/heads/main by this push:
     new 16be5eb  chore(deps): bump 
com.microsoft.azure.sdk.iot:iot-device-client (#6)
16be5eb is described below

commit 16be5eb69276a8fdbef42826792f5556fa4bc0a3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 8 10:30:06 2024 +0200

    chore(deps): bump com.microsoft.azure.sdk.iot:iot-device-client (#6)
    
    Bumps 
[com.microsoft.azure.sdk.iot:iot-device-client](https://github.com/Azure/azure-iot-sdk-java)
 from 2.4.1 to 2.5.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] <supp...@github.com>
    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 cba8fed..6fd2970 100644
--- a/plc4j/examples/hello-cloud-azure/pom.xml
+++ b/plc4j/examples/hello-cloud-azure/pom.xml
@@ -47,7 +47,7 @@
     <dependency>
       <groupId>com.microsoft.azure.sdk.iot</groupId>
       <artifactId>iot-device-client</artifactId>
-      <version>2.4.1</version>
+      <version>2.5.0</version>
     </dependency>
 
     <dependency>

Reply via email to