Skip to content

Commit fceb649

Browse files
rasmsclaude
andcommitted
Bump Dapper, Moq and xunit to latest patch releases
- Dapper 2.1.35 → 2.1.72 - Moq 4.20.70 → 4.20.72 - xunit 2.9.2 → 2.9.3 (both test projects) Applied locally instead of accepting Dependabot PRs #11, #12, #13 because those three conflicted after the Microsoft-group merge and Dependabot rebasing would have queued three more CI runs. The three PRs will auto-close once this lands on main. All 13 unit tests and 14 integration tests (+1 skip) still pass. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 567d5c7 commit fceb649

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Snappass.NET.IntegrationTest/Snappass.NET.IntegrationTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.6" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
13-
<PackageReference Include="xunit" Version="2.9.2" />
13+
<PackageReference Include="xunit" Version="2.9.3" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Snappass.NET.UnitTest/Snappass.NET.UnitTest.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
12-
<PackageReference Include="Moq" Version="4.20.70" />
13-
<PackageReference Include="xunit" Version="2.9.2" />
12+
<PackageReference Include="Moq" Version="4.20.72" />
13+
<PackageReference Include="xunit" Version="2.9.3" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Snappass.NET/Snappass.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Dapper" Version="2.1.35" />
12+
<PackageReference Include="Dapper" Version="2.1.72" />
1313
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.6" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)