From 332fcb00e0289d2acedf3cb8a802059eacad90e5 Mon Sep 17 00:00:00 2001 From: Daniel Blittschau Date: Tue, 2 Dec 2025 10:13:44 -0800 Subject: [PATCH 1/3] Upgrade okhttp to 4.9.2 --- Build/libHttpClient.Android/build.gradle | 2 +- NOTICE.txt | 2 +- cgmanifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Build/libHttpClient.Android/build.gradle b/Build/libHttpClient.Android/build.gradle index 43c9d560..c5693544 100644 --- a/Build/libHttpClient.Android/build.gradle +++ b/Build/libHttpClient.Android/build.gradle @@ -50,5 +50,5 @@ android { } dependencies { - implementation "com.squareup.okhttp3:okhttp:4.9.1" + implementation "com.squareup.okhttp3:okhttp:4.9.2" } diff --git a/NOTICE.txt b/NOTICE.txt index 097a2ac3..7c7ef900 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -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 diff --git a/cgmanifest.json b/cgmanifest.json index 8cbf0b2d..dbfcab7e 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -7,7 +7,7 @@ "maven": { "GroupId": "com.squareup.okhttp3", "ArtifactId": "okhttp", - "Version": "4.9.1" + "Version": "4.9.2" } }, "DevelopmentDependency": false From 2ab30609f33ab6d6859d7fd4e9dbcaf413e153dd Mon Sep 17 00:00:00 2001 From: Daniel Blittschau Date: Wed, 3 Dec 2025 13:51:23 -0800 Subject: [PATCH 2/3] suppress C4319 warning in libcrypto --- Build/libcrypto.143.Win32/libcrypto.143.Win32.vcxproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Build/libcrypto.143.Win32/libcrypto.143.Win32.vcxproj b/Build/libcrypto.143.Win32/libcrypto.143.Win32.vcxproj index a2024683..5fb3ccc2 100644 --- a/Build/libcrypto.143.Win32/libcrypto.143.Win32.vcxproj +++ b/Build/libcrypto.143.Win32/libcrypto.143.Win32.vcxproj @@ -7,5 +7,10 @@ + + + 4319 + + \ No newline at end of file From b0f9159d8746619c69b6374a571e97ae0fc386e0 Mon Sep 17 00:00:00 2001 From: Daniel Blittschau Date: Fri, 5 Dec 2025 13:18:06 -0800 Subject: [PATCH 3/3] Add additional compiler warning suppression in libcrypto project --- Build/libcrypto.143.Win32/libcrypto.143.Win32.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/libcrypto.143.Win32/libcrypto.143.Win32.vcxproj b/Build/libcrypto.143.Win32/libcrypto.143.Win32.vcxproj index 5fb3ccc2..1309f0e2 100644 --- a/Build/libcrypto.143.Win32/libcrypto.143.Win32.vcxproj +++ b/Build/libcrypto.143.Win32/libcrypto.143.Win32.vcxproj @@ -9,7 +9,7 @@ - 4319 + 4005;4244;4267;4319