Skip to content

Commit

Permalink
fix: update device sdk version to support latest TLS policy (#1676)
Browse files Browse the repository at this point in the history
Co-authored-by: yitingb <[email protected]>
  • Loading branch information
saranyailla and yitingb committed Dec 6, 2024
1 parent 7d4d366 commit 8e9c66c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
When updating the version here, ensure you match the correct aws-crt version below.
Get the correct version from: https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/sdk/pom.xml#L45
!-->
<version>1.21.0</version>
<version>1.23.0</version>
<exclusions>
<exclusion>
<groupId>software.amazon.awssdk.crt</groupId>
Expand All @@ -249,7 +249,7 @@
<dependency>
<groupId>software.amazon.awssdk.crt</groupId>
<artifactId>aws-crt</artifactId>
<version>0.30.8</version>
<version>0.33.5</version>
<classifier>fips-where-available</classifier>
</dependency>
<dependency>
Expand Down

0 comments on commit 8e9c66c

Please sign in to comment.