diff --git a/packages/path_provider/path_provider_android/android/build.gradle b/packages/path_provider/path_provider_android/android/build.gradle index c7ceec2584c6..4bfa738ac44c 100644 --- a/packages/path_provider/path_provider_android/android/build.gradle +++ b/packages/path_provider/path_provider_android/android/build.gradle @@ -54,5 +54,5 @@ android { dependencies { implementation 'androidx.annotation:annotation:1.1.0' implementation 'com.google.guava:guava:28.1-android' - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.2' }