From cf94bc93212005fadfdad2512f6e2609c55579bb Mon Sep 17 00:00:00 2001 From: "Eric Sibly [chullybun]" Date: Thu, 10 Oct 2024 11:08:18 -0700 Subject: [PATCH] v2.2.3 (#25) - *Fixed*: Updated `System.Text.Json` package depenedency to latest; resolve [Microsoft Security Advisory CVE-2024-43485](https://github.com/advisories/GHSA-8g4q-xg66-9fp4). --- CHANGELOG.md | 3 +++ src/OnRamp/OnRamp.csproj | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b166c8..27ef837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ Represents the **NuGet** versions. +## v2.2.3 +- *Fixed*: Updated `System.Text.Json` package depenedency to latest; resolve [Microsoft Security Advisory CVE-2024-43485](https://github.com/advisories/GHSA-8g4q-xg66-9fp4). + ## v2.2.2 - *Fixed:* Corrected the YAML to JSON conversion for `long` vs `string` values. diff --git a/src/OnRamp/OnRamp.csproj b/src/OnRamp/OnRamp.csproj index 34975b5..3c2f79f 100644 --- a/src/OnRamp/OnRamp.csproj +++ b/src/OnRamp/OnRamp.csproj @@ -4,7 +4,7 @@ Exe netstandard2.1 OnRamp - 2.2.2 + 2.2.3 true Avanade Avanade @@ -53,7 +53,7 @@ - +