Unverified Commit a8e9f209 authored by Reid Baker's avatar Reid Baker Committed by GitHub

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].
parent 5a9fa1e7
...@@ -51,13 +51,12 @@ android { ...@@ -51,13 +51,12 @@ android {
dependencies { dependencies {
// TODO(egarciad): These dependencies should not be added to release builds. // TODO(egarciad): These dependencies should not be added to release builds.
// https://github.com/flutter/flutter/issues/56591 // https://github.com/flutter/flutter/issues/56591
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-inline:5.0.0' testImplementation 'org.mockito:mockito-inline:5.1.0'
// https://developer.android.com/jetpack/androidx/releases/test/#1.2.0 api 'androidx.test:runner:1.2+'
api 'androidx.test:runner:1.2.0' api 'androidx.test:rules:1.2+'
api 'androidx.test:rules:1.2.0' api 'androidx.test.espresso:espresso-core:3.2+'
api 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.google.guava:guava:28.1-android' implementation 'com.google.guava:guava:28.1-android'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment