Skip to content

Commit 2671dd1

Browse files
saranyaillayitingb
andauthored
fix: update device sdk version to support latest TLS policy (#1676)
Co-authored-by: yitingb <[email protected]>
1 parent a486000 commit 2671dd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
When updating the version here, ensure you match the correct aws-crt version below.
239239
Get the correct version from: https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/sdk/pom.xml#L45
240240
!-->
241-
<version>1.21.0</version>
241+
<version>1.23.0</version>
242242
<exclusions>
243243
<exclusion>
244244
<groupId>software.amazon.awssdk.crt</groupId>
@@ -249,7 +249,7 @@
249249
<dependency>
250250
<groupId>software.amazon.awssdk.crt</groupId>
251251
<artifactId>aws-crt</artifactId>
252-
<version>0.30.8</version>
252+
<version>0.33.5</version>
253253
<classifier>fips-where-available</classifier>
254254
</dependency>
255255
<dependency>

0 commit comments

Comments
 (0)