From 5f600496d7aa795f4d09f942bf16378222fc3ada Mon Sep 17 00:00:00 2001 From: Adam Simon Date: Wed, 9 Oct 2024 13:47:26 +0200 Subject: [PATCH 1/2] Upgrade vulnerable version of System.Text.Json to patched version (https://github.com/advisories/GHSA-8g4q-xg66-9fp4) --- src/ConfigCatClient/ConfigCatClient.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ConfigCatClient/ConfigCatClient.csproj b/src/ConfigCatClient/ConfigCatClient.csproj index 002bc4d4..184999f7 100644 --- a/src/ConfigCatClient/ConfigCatClient.csproj +++ b/src/ConfigCatClient/ConfigCatClient.csproj @@ -69,7 +69,7 @@ - + @@ -77,7 +77,7 @@ - + @@ -85,13 +85,13 @@ - + - + From 77b2094ca3af2879f190a2735db8b329104e1414 Mon Sep 17 00:00:00 2001 From: Adam Simon Date: Wed, 9 Oct 2024 13:47:45 +0200 Subject: [PATCH 2/2] Bump version --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7b8ef777..4c2725c6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ environment: - build_version: 9.3.1 + build_version: 9.3.2 version: $(build_version)-{build} image: Visual Studio 2022 configuration: Release