Skip to content

Commit bd75e6a

Browse files
chore: update dependencies to latest (#2137)
AndroidX Core 1.3.0 AndroidX jUnit Extension 1.1.2 AndroidX Test Runner 1.3.0 AndroidX Test Core 1.3.0 AndroidX App Compat 1.2.0 Robolectric 4.4 Conscrypt Android 2.5.1
1 parent a7d6794 commit bd75e6a

File tree

22 files changed

+38
-36
lines changed

22 files changed

+38
-36
lines changed

aws-android-sdk-apigateway-test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ dependencies {
1515
exclude group: 'com.google.android', module: 'android'
1616
}
1717

18-
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
19-
androidTestImplementation 'androidx.test:runner:1.2.0'
18+
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
19+
androidTestImplementation 'androidx.test:runner:1.3.0'
2020
androidTestImplementation 'org.mockito:mockito-android:2.7.22'
2121
androidTestImplementation project(':aws-android-sdk-testutils')
2222
}

aws-android-sdk-auth-google/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ dependencies {
1414
api project(':aws-android-sdk-auth-core')
1515
api 'com.google.android.gms:play-services-auth:18.1.0'
1616
implementation 'androidx.annotation:annotation:1.1.0'
17-
implementation 'androidx.appcompat:appcompat:1.1.0'
17+
implementation 'androidx.appcompat:appcompat:1.2.0'
1818
}
1919

aws-android-sdk-auth-ui/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-auth-core')
15-
implementation 'androidx.appcompat:appcompat:1.1.0'
15+
implementation 'androidx.appcompat:appcompat:1.2.0'
1616
}
1717

aws-android-sdk-auth-userpools/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
dependencies {
1414
api project(':aws-android-sdk-auth-core')
1515
api project(':aws-android-sdk-cognitoidentityprovider')
16-
implementation 'androidx.appcompat:appcompat:1.1.0'
16+
implementation 'androidx.appcompat:appcompat:1.2.0'
1717
implementation 'androidx.annotation:annotation:1.1.0'
1818
}
1919

aws-android-sdk-cognitoidentityprovider-test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dependencies {
2121
exclude group: 'com.google.android', module: 'android'
2222
}
2323

24-
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
25-
androidTestImplementation 'androidx.test:runner:1.2.0'
24+
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
25+
androidTestImplementation 'androidx.test:runner:1.3.0'
2626
androidTestImplementation 'com.google.dexmaker:dexmaker-mockito:1.2'
2727
androidTestImplementation 'com.google.dexmaker:dexmaker:1.2'
2828
androidTestImplementation 'org.mockito:mockito-core:3.2.4'

aws-android-sdk-cognitoidentityprovider/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ dependencies {
1818

1919
testImplementation 'junit:junit:4.13'
2020
testImplementation 'org.mockito:mockito-core:1.10.19'
21-
testImplementation 'org.robolectric:robolectric:4.3.1'
22-
testImplementation 'androidx.test:core:1.2.0'
21+
testImplementation 'org.robolectric:robolectric:4.4'
22+
testImplementation 'androidx.test:core:1.3.0'
2323
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<manifest xmlns:tools="http://schemas.android.com/tools"
22
package="com.amazonaws.services.cognitoidentityprovider">
3-
<uses-sdk tools:overrideLibrary="androidx.test.core, androidx.test" />
3+
<uses-sdk tools:overrideLibrary="androidx.test.core, androidx.test.monitor" />
44
</manifest>

aws-android-sdk-core-test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ dependencies {
1616
exclude group: 'com.google.android', module: 'android'
1717
}
1818

19-
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
20-
androidTestImplementation 'androidx.test:runner:1.2.0'
19+
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
20+
androidTestImplementation 'androidx.test:runner:1.3.0'
2121
androidTestImplementation project(':aws-android-sdk-testutils')
2222
}
2323

aws-android-sdk-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
testImplementation 'junit:junit:4.13'
2222
testImplementation 'org.apache.commons:commons-io:1.3.2'
2323
testImplementation 'org.easymock:easymock:3.1'
24-
testImplementation 'org.robolectric:robolectric:4.3.1'
24+
testImplementation 'org.robolectric:robolectric:4.4'
2525
testImplementation 'xerces:xercesImpl:2.12.0'
2626
testRuntimeOnly 'commons-logging:commons-logging:1.2'
2727
}

aws-android-sdk-iot-test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
}
1313

1414
dependencies {
15-
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
16-
androidTestImplementation 'androidx.test:runner:1.2.0'
15+
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
16+
androidTestImplementation 'androidx.test:runner:1.3.0'
1717
androidTestImplementation project(':aws-android-sdk-iot')
1818
androidTestImplementation project(':aws-android-sdk-testutils')
1919
}

0 commit comments

Comments
 (0)