Skip to content

Commit

Permalink
release(2022-10-13): bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
az-iot-builder-01 committed Oct 13, 2022
1 parent 5e622d7 commit 2b92dd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class TransportUtils
public static final String IOTHUB_API_VERSION = "2020-09-30";

private static final String JAVA_DEVICE_CLIENT_IDENTIFIER = "com.microsoft.azure.sdk.iot.iot-device-client";
public static final String CLIENT_VERSION = "2.1.1";
public static final String CLIENT_VERSION = "2.1.2";

private static final String JAVA_RUNTIME = System.getProperty("java.version");
private static final String OPERATING_SYSTEM = System.getProperty("java.runtime.name").toLowerCase().contains("android") ? "Android" : System.getProperty("os.name");
Expand Down
2 changes: 1 addition & 1 deletion device/iot-device-samples/android-sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation 'com.android.support:multidex:1.0.3'

// Remote binary dependency
implementation ('com.microsoft.azure.sdk.iot:iot-device-client:2.1.1') {
implementation ('com.microsoft.azure.sdk.iot:iot-device-client:2.1.2') {
exclude module: 'slf4j-api'
exclude module: 'log4j-slf4j-impl'
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<dice-provider-artifact-id>dice-provider</dice-provider-artifact-id>
<x509-provider-artifact-id>x509-provider</x509-provider-artifact-id>

<iot-device-client-version>2.1.1</iot-device-client-version>
<iot-device-client-version>2.1.2</iot-device-client-version>
<iot-service-client-version>2.1.3</iot-service-client-version>
<provisioning-device-client-version>2.0.2</provisioning-device-client-version>
<provisioning-service-client-version>2.0.1</provisioning-service-client-version>
Expand Down

0 comments on commit 2b92dd5

Please sign in to comment.