Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Build/libHttpClient.Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ android {
}

dependencies {
implementation "com.squareup.okhttp3:okhttp:4.9.1"
implementation "com.squareup.okhttp3:okhttp:4.9.2"
}
5 changes: 5 additions & 0 deletions Build/libcrypto.143.Win32/libcrypto.143.Win32.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@
</PropertyGroup>
<Import Project="$([MSBuild]::GetPathOfFileAbove(libHttpClient.Win32.props))" />
<Import Project="$(HCBuildRoot)\libcrypto.Win32\libcrypto.Win32.vcxitems" Label="Shared" />
<ItemDefinitionGroup>
<ClCompile>
<DisableSpecificWarnings>4005;4244;4267;4319</DisableSpecificWarnings>
</ClCompile>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ required to debug changes to any libraries licensed under the GNU Lesser General

---------------------------------------------------------

com.squareup.okhttp3/okhttp 4.9.1 - Apache-2.0
com.squareup.okhttp3/okhttp 4.9.2 - Apache-2.0



Expand Down
2 changes: 1 addition & 1 deletion cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"maven": {
"GroupId": "com.squareup.okhttp3",
"ArtifactId": "okhttp",
"Version": "4.9.1"
"Version": "4.9.2"
}
},
"DevelopmentDependency": false
Expand Down