Skip to content

Commit d4a1621

Browse files
authored
chore: fix dependabot issue (#3344)
1 parent 6d2f730 commit d4a1621

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-android-sdk-ddb-document/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ android {
1313
dependencies {
1414
api project(':aws-android-sdk-core')
1515
implementation project(':aws-android-sdk-ddb')
16-
implementation 'com.google.guava:guava:29.0-android'
16+
implementation 'com.google.guava:guava:32.0.1-android'
1717
}
1818

aws-android-sdk-lex/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ android {
1212

1313
dependencies {
1414
api project(':aws-android-sdk-core')
15-
implementation 'com.google.guava:guava:29.0-android'
15+
implementation 'com.google.guava:guava:32.0.1-android'
1616
}
1717

0 commit comments

Comments
 (0)