From 53af7035a1f4c28e52b3bf671be30fef03750308 Mon Sep 17 00:00:00 2001 From: adams85 <31276480+adams85@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:34:39 +0200 Subject: [PATCH] October 2024 security updates (#100) * Upgrade vulnerable version of System.Text.Json to patched version (https://github.com/advisories/GHSA-8g4q-xg66-9fp4) * Bump version --- appveyor.yml | 2 +- src/ConfigCatClient/ConfigCatClient.csproj | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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 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 @@ - + - +