Skip to content

Commit

Permalink
[espresso]: Bump gson from 2.8.6 to 2.9.1 in /packages/espresso/andro…
Browse files Browse the repository at this point in the history
…id (flutter#6164)
  • Loading branch information
dependabot[bot] authored and Adam Harwood committed Nov 3, 2022
1 parent 702cc49 commit 6870b20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/espresso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## NEXT
## 0.2.0+4

* Updates minimum Flutter version to 2.10.
* Bumps gson to 2.9.1

## 0.2.0+3

Expand Down
2 changes: 1 addition & 1 deletion packages/espresso/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {
dependencies {
implementation 'com.google.guava:guava:31.1-android'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.code.gson:gson:2.9.1'
androidTestImplementation 'org.hamcrest:hamcrest:2.2'

testImplementation 'junit:junit:4.13.2'
Expand Down
2 changes: 1 addition & 1 deletion packages/espresso/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Java classes for testing Flutter apps using Espresso.
Allows driving Flutter widgets from a native Espresso test.
repository: https://github.com/flutter/plugins/tree/main/packages/espresso
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+espresso%22
version: 0.2.0+3
version: 0.2.0+4

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 6870b20

Please sign in to comment.