Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 132d9c7

Browse files
[espresso] Update some dependencies (#7195)
1 parent 1acaf55 commit 132d9c7

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

packages/espresso/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0+8
2+
3+
* Updates espresso and junit dependencies.
4+
15
## 0.2.0+7
26

37
* Updates espresso gradle and gson dependencies.

packages/espresso/android/build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,17 @@ dependencies {
6666
api 'androidx.test:rules:1.1.0'
6767

6868
// Assertions
69-
api 'androidx.test.ext:junit:1.1.3'
69+
api 'androidx.test.ext:junit:1.1.5'
7070
api 'androidx.test.ext:truth:1.5.0'
7171
api 'com.google.truth:truth:0.42'
7272

7373
// Espresso dependencies
74-
api 'androidx.test.espresso:espresso-core:3.1.0'
75-
api 'androidx.test.espresso:espresso-contrib:3.1.0'
76-
api 'androidx.test.espresso:espresso-intents:3.1.0'
74+
api 'androidx.test.espresso:espresso-core:3.5.1'
75+
api 'androidx.test.espresso:espresso-contrib:3.5.1'
76+
api 'androidx.test.espresso:espresso-intents:3.5.1'
7777
api 'androidx.test.espresso:espresso-accessibility:3.5.1'
78-
api 'androidx.test.espresso:espresso-web:3.1.0'
79-
api 'androidx.test.espresso.idling:idling-concurrent:3.1.0'
78+
api 'androidx.test.espresso:espresso-web:3.5.1'
79+
api 'androidx.test.espresso.idling:idling-concurrent:3.5.1'
8080

8181
// The following Espresso dependency can be either "implementation"
8282
// or "androidTestImplementation", depending on whether you want the

packages/espresso/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Java classes for testing Flutter apps using Espresso.
33
Allows driving Flutter widgets from a native Espresso test.
44
repository: https://github.com/flutter/plugins/tree/main/packages/espresso
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+espresso%22
6-
version: 0.2.0+7
6+
version: 0.2.0+8
77

88
environment:
99
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)