You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/08/31 12:16:12 UTC

[plc4x] branch develop updated: build(deps): bump iot-device-client from 2.0.3 to 2.1.0 (#477)

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 7f78e5196 build(deps): bump iot-device-client from 2.0.3 to 2.1.0 (#477)
7f78e5196 is described below

commit 7f78e51964ae17494d7088b787878d0ddb238278
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 31 14:16:06 2022 +0200

    build(deps): bump iot-device-client from 2.0.3 to 2.1.0 (#477)
    
    Bumps [iot-device-client](https://github.com/Azure/azure-iot-sdk-java) from 2.0.3 to 2.1.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] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@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 b9cb228a1..86066d46d 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.0.3</version>
+      <version>2.1.0</version>
     </dependency>
 
     <dependency>