Skip to content

Commit 7fd99c8

Browse files
authored
Merge pull request #9 from code-of-chaos/dependabot/nuget/src/CodeOfChaos.Testing.TUnit/multi-ac1090c8d8
Chore(deps): Bump JetBrains.Annotations from 2025.2.0 to 2025.2.1
2 parents 4b52e20 + 85c0e2d commit 7fd99c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/CodeOfChaos.Testing.TUnit/CodeOfChaos.Testing.TUnit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="JetBrains.Annotations" Version="2025.2.0" />
32+
<PackageReference Include="JetBrains.Annotations" Version="2025.2.1" />
3333
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.8" />
3434
<PackageReference Include="TUnit.Assertions" Version="0.57.24" />
3535
<PackageReference Include="TUnit.Core" Version="0.57.1" />

src/CodeOfChaos.Testing/CodeOfChaos.Testing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="JetBrains.Annotations" Version="2025.2.0" />
31+
<PackageReference Include="JetBrains.Annotations" Version="2025.2.1" />
3232
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.14.0" />
3333
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.14.0" />
3434
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />

tests/Tests.CodeOfChaos.Testing.TUnit/Tests.CodeOfChaos.Testing.TUnit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="JetBrains.Annotations" Version="2025.2.0" />
14+
<PackageReference Include="JetBrains.Annotations" Version="2025.2.1" />
1515
<PackageReference Include="Moq" Version="4.20.72"/>
1616
<PackageReference Include="TUnit" Version="0.57.24" />
1717
<PackageReference Include="Bogus" Version="35.6.3" />

0 commit comments

Comments
 (0)