Skip to content

Commit

Permalink
chore(deps): bump device sdk version (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDombo authored Apr 19, 2024
1 parent 910149b commit b3b6396
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.20.4</version>
<version>1.20.5</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.29.17</version>
<version>0.29.18</version>
<classifier>fips-where-available</classifier>
</dependency>
<dependency>
Expand Down

0 comments on commit b3b6396

Please sign in to comment.