Skip to content

Commit 2ec9a50

Browse files
authored
Upgrade okhttp to 4.9.2 (#925)
* Upgrade okhttp to 4.9.2 * suppress C4319 warning in libcrypto * Add additional compiler warning suppression in libcrypto project --------- Co-authored-by: Daniel Blittschau <dblittschau@microsoft.com>
1 parent 9f0b5a4 commit 2ec9a50

4 files changed

Lines changed: 8 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
}

Build/libcrypto.143.Win32/libcrypto.143.Win32.vcxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@
77
</PropertyGroup>
88
<Import Project="$([MSBuild]::GetPathOfFileAbove(libHttpClient.Win32.props))" />
99
<Import Project="$(HCBuildRoot)\libcrypto.Win32\libcrypto.Win32.vcxitems" Label="Shared" />
10+
<ItemDefinitionGroup>
11+
<ClCompile>
12+
<DisableSpecificWarnings>4005;4244;4267;4319</DisableSpecificWarnings>
13+
</ClCompile>
14+
</ItemDefinitionGroup>
1015
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
1116
</Project>

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)