Skip to content

Commit 3eb77a1

Browse files
authored
Update CRT dependency to v0.29.9 (#534)
* Update CRT dependency to v0.29.9
1 parent fbb0d32 commit 3eb77a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/iotdevicesdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ repositories {
9292
}
9393

9494
dependencies {
95-
api 'software.amazon.awssdk.crt:aws-crt-android:0.29.5'
95+
api 'software.amazon.awssdk.crt:aws-crt-android:0.29.9'
9696
implementation 'org.slf4j:slf4j-api:1.7.30'
9797
implementation 'com.google.code.gson:gson:2.9.0'
9898
implementation 'androidx.appcompat:appcompat:1.1.0'

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>software.amazon.awssdk.crt</groupId>
4444
<artifactId>aws-crt</artifactId>
45-
<version>0.29.5</version>
45+
<version>0.29.9</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)