We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0b5a4 commit 332fcb0Copy full SHA for 332fcb0
3 files changed
Build/libHttpClient.Android/build.gradle
@@ -50,5 +50,5 @@ android {
50
}
51
52
dependencies {
53
- implementation "com.squareup.okhttp3:okhttp:4.9.1"
+ implementation "com.squareup.okhttp3:okhttp:4.9.2"
54
NOTICE.txt
@@ -17,7 +17,7 @@ required to debug changes to any libraries licensed under the GNU Lesser General
17
18
---------------------------------------------------------
19
20
-com.squareup.okhttp3/okhttp 4.9.1 - Apache-2.0
+com.squareup.okhttp3/okhttp 4.9.2 - Apache-2.0
21
22
23
cgmanifest.json
@@ -7,7 +7,7 @@
7
"maven": {
8
"GroupId": "com.squareup.okhttp3",
9
"ArtifactId": "okhttp",
10
- "Version": "4.9.1"
+ "Version": "4.9.2"
11
12
},
13
"DevelopmentDependency": false
0 commit comments