File tree 4 files changed +6
-6
lines changed
iot-device-client/src/main/java/com/microsoft/azure/sdk/iot/device/transport
iot-device-samples/android-sample/app
service/iot-service-client/src/main/java/com/microsoft/azure/sdk/iot/service/transport
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public class TransportUtils
10
10
public static final String IOTHUB_API_VERSION = "2020-09-30" ;
11
11
12
12
private static final String JAVA_DEVICE_CLIENT_IDENTIFIER = "com.microsoft.azure.sdk.iot.iot-device-client" ;
13
- private static final String CLIENT_VERSION = "1.33.0 " ;
13
+ private static final String CLIENT_VERSION = "1.33.1 " ;
14
14
15
15
private static final String JAVA_RUNTIME = System .getProperty ("java.version" );
16
16
private static final String OPERATING_SYSTEM = System .getProperty ("java.runtime.name" ).toLowerCase ().contains ("android" ) ? "Android" : System .getProperty ("os.name" );
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies {
48
48
testImplementation ' junit:junit:4.12'
49
49
50
50
// Remote binary dependency
51
- api (' com.microsoft.azure.sdk.iot:iot-device-client:1.33.0 ' ) {
51
+ api (' com.microsoft.azure.sdk.iot:iot-device-client:1.33.1 ' ) {
52
52
exclude module : ' slf4j-api'
53
53
}
54
54
implementation ' org.slf4j:slf4j-android:1.7.29'
Original file line number Diff line number Diff line change 33
33
<dice-provider-artifact-id >dice-provider</dice-provider-artifact-id >
34
34
<x509-provider-artifact-id >x509-provider</x509-provider-artifact-id >
35
35
36
- <iot-device-client-version >1.33.0 </iot-device-client-version >
37
- <iot-service-client-version >1.33.1 </iot-service-client-version >
38
- <iot-deps-version >0.15.0 </iot-deps-version >
36
+ <iot-device-client-version >1.33.1 </iot-device-client-version >
37
+ <iot-service-client-version >1.33.2 </iot-service-client-version >
38
+ <iot-deps-version >0.15.1 </iot-deps-version >
39
39
<provisioning-device-client-version >1.11.0</provisioning-device-client-version >
40
40
<provisioning-service-client-version >1.9.2</provisioning-service-client-version >
41
41
<security-provider-version >1.5.0</security-provider-version >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ public class TransportUtils
8
8
/** Version identifier key */
9
9
public static final String versionIdentifierKey = "com.microsoft:client-version" ;
10
10
public static final String javaServiceClientIdentifier = "com.microsoft.azure.sdk.iot.iot-service-client/" ;
11
- public static final String serviceVersion = "1.33.1 " ;
11
+ public static final String serviceVersion = "1.33.2 " ;
12
12
13
13
private static final String JAVA_RUNTIME = System .getProperty ("java.version" );
14
14
private static final String OPERATING_SYSTEM = System .getProperty ("java.runtime.name" ).toLowerCase ().contains ("android" ) ? "Android" : System .getProperty ("os.name" );
You can’t perform that action at this time.
0 commit comments