Skip to content

Commit 332fcb0

Browse files
committed
Upgrade okhttp to 4.9.2
1 parent 9f0b5a4 commit 332fcb0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Build/libHttpClient.Android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ android {
5050
}
5151

5252
dependencies {
53-
implementation "com.squareup.okhttp3:okhttp:4.9.1"
53+
implementation "com.squareup.okhttp3:okhttp:4.9.2"
5454
}

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ required to debug changes to any libraries licensed under the GNU Lesser General
1717

1818
---------------------------------------------------------
1919

20-
com.squareup.okhttp3/okhttp 4.9.1 - Apache-2.0
20+
com.squareup.okhttp3/okhttp 4.9.2 - Apache-2.0
2121

2222

2323

cgmanifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"maven": {
88
"GroupId": "com.squareup.okhttp3",
99
"ArtifactId": "okhttp",
10-
"Version": "4.9.1"
10+
"Version": "4.9.2"
1111
}
1212
},
1313
"DevelopmentDependency": false

0 commit comments

Comments
 (0)