Skip to content

Commit a8e9f20

Browse files
authored
Update dependencies in integration test (#143111)
Update dependencies to latest versions Related to #142618 Fixes #143219 - [ x I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement].
1 parent 5a9fa1e commit a8e9f20

File tree

3 files changed

+39
-39
lines changed

3 files changed

+39
-39
lines changed

packages/integration_test/android/build.gradle

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,12 @@ android {
5151
dependencies {
5252
// TODO(egarciad): These dependencies should not be added to release builds.
5353
// https://github.com/flutter/flutter/issues/56591
54-
testImplementation 'junit:junit:4.12'
55-
testImplementation 'org.mockito:mockito-inline:5.0.0'
54+
testImplementation 'junit:junit:4.13.2'
55+
testImplementation 'org.mockito:mockito-inline:5.1.0'
5656

57-
// https://developer.android.com/jetpack/androidx/releases/test/#1.2.0
58-
api 'androidx.test:runner:1.2.0'
59-
api 'androidx.test:rules:1.2.0'
60-
api 'androidx.test.espresso:espresso-core:3.2.0'
57+
api 'androidx.test:runner:1.2+'
58+
api 'androidx.test:rules:1.2+'
59+
api 'androidx.test.espresso:espresso-core:3.2+'
6160

6261
implementation 'com.google.guava:guava:28.1-android'
6362
}

0 commit comments

Comments
 (0)