From 30817a1cfcd87d2c6a7cc91afd3f667112a96303 Mon Sep 17 00:00:00 2001 From: Azimbek Sagynbaev Date: Wed, 3 Dec 2025 13:38:14 +0600 Subject: [PATCH] chore: update dependencies to fix Dependabot security alerts - GitHub Actions: checkout@v2 v4, setup-dotnet@v1 v4 - stellar-dotnet-sdk: 13.0.0 14.0.1 - stellar-dotnet-sdk-xdr: 13.0.0 14.0.1 - coverlet.collector: 6.0.0 6.0.4 - Microsoft.NET.Test.Sdk: 17.8.0 17.12.0 - xunit: 2.9.2 2.9.3 - xunit.runner.visualstudio: 2.5.3 3.0.2 --- .github/workflows/dotnet.yml | 4 ++-- CHANGELOG.md | 9 +++++++++ ZkpSharp.Tests/ZkpSharp.Tests.csproj | 8 ++++---- ZkpSharp/ZkpSharp.csproj | 4 ++-- 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 04d7376..28fe0fa 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -14,10 +14,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up .NET SDK - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: dotnet-version: '8.0' diff --git a/CHANGELOG.md b/CHANGELOG.md index 24bf920..c898095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,15 @@ This release addresses critical security issues identified by Cursor Bugbot code - Balance verification now correctly handles edge cases like "99.0" vs "100.0" - XDR boolean decoding now validates SCValType discriminant before extracting value +### Dependencies Updated +- `stellar-dotnet-sdk`: 13.0.0 → 14.0.1 +- `stellar-dotnet-sdk-xdr`: 13.0.0 → 14.0.1 +- `coverlet.collector`: 6.0.0 → 6.0.4 +- `Microsoft.NET.Test.Sdk`: 17.8.0 → 17.12.0 +- `xunit`: 2.9.2 → 2.9.3 +- `xunit.runner.visualstudio`: 2.5.3 → 3.0.2 +- GitHub Actions: `actions/checkout@v2` → `v4`, `actions/setup-dotnet@v1` → `v4` + --- ## [1.3.1] - 2025-12-03 diff --git a/ZkpSharp.Tests/ZkpSharp.Tests.csproj b/ZkpSharp.Tests/ZkpSharp.Tests.csproj index 052b7de..3677b2d 100644 --- a/ZkpSharp.Tests/ZkpSharp.Tests.csproj +++ b/ZkpSharp.Tests/ZkpSharp.Tests.csproj @@ -10,10 +10,10 @@ - - - - + + + + diff --git a/ZkpSharp/ZkpSharp.csproj b/ZkpSharp/ZkpSharp.csproj index 256b700..2f01b6b 100644 --- a/ZkpSharp/ZkpSharp.csproj +++ b/ZkpSharp/ZkpSharp.csproj @@ -21,8 +21,8 @@ - - + +