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

Commit

Permalink
[espresso]: Bump okhttp from 3.12.1 to 4.10.0 in /packages/espresso/a…
Browse files Browse the repository at this point in the history
…ndroid (#5955)
  • Loading branch information
dependabot[bot] committed Jul 9, 2022
1 parent efd33e3 commit 8ed5e3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/espresso/CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.2.0+3

* Bumps okhttp to 4.10.0.

## 0.2.0+2

* Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors
Expand Down
2 changes: 1 addition & 1 deletion packages/espresso/android/build.gradle
Expand Up @@ -50,7 +50,7 @@ android {

dependencies {
implementation 'com.google.guava:guava:31.1-android'
implementation 'com.squareup.okhttp3:okhttp:3.12.1'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.google.code.gson:gson:2.8.6'
androidTestImplementation 'org.hamcrest:hamcrest:2.2'

Expand Down
2 changes: 1 addition & 1 deletion packages/espresso/pubspec.yaml
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+2
version: 0.2.0+3

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

0 comments on commit 8ed5e3f

Please sign in to comment.