Skip to content

Commit

Permalink
fix: revert aws device sdk to 1.20.1 (#1625)
Browse files Browse the repository at this point in the history
(cherry picked from commit d7de10c)
  • Loading branch information
tiancishen authored and jcosentino11 committed May 22, 2024
1 parent 0ff68d5 commit 10d2a71
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,19 +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.20.5</version>
<exclusions>
<exclusion>
<groupId>software.amazon.awssdk.crt</groupId>
<artifactId>aws-crt</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>software.amazon.awssdk.crt</groupId>
<artifactId>aws-crt</artifactId>
<version>0.29.18</version>
<classifier>fips-where-available</classifier>
<version>1.20.1</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down

0 comments on commit 10d2a71

Please sign in to comment.