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/09/15 10:05:41 UTC

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

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 5fcb312c4 build(deps): bump iot-device-client from 2.1.0 to 2.1.1 (#506)
5fcb312c4 is described below

commit 5fcb312c43eed943ffae02ac5103742283bed356
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Sep 15 12:05:36 2022 +0200

    build(deps): bump iot-device-client from 2.1.0 to 2.1.1 (#506)
    
    Bumps [iot-device-client](https://github.com/Azure/azure-iot-sdk-java) from 2.1.0 to 2.1.1.
    - [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-patch
    ...
    
    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 86066d46d..4bbcf846d 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.1.0</version>
+      <version>2.1.1</version>
     </dependency>
 
     <dependency>