Skip to content

Commit 8090674

Browse files
Bump AutoFixture from 4.17.0 to 4.18.0 in /backend
Bumps [AutoFixture](https://github.com/AutoFixture/AutoFixture) from 4.17.0 to 4.18.0. - [Release notes](https://github.com/AutoFixture/AutoFixture/releases) - [Commits](AutoFixture/AutoFixture@v4.17.0...v4.18.0) --- updated-dependencies: - dependency-name: AutoFixture dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 489beba commit 8090674

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/RossyntBackendIntegrationTest/RossyntBackendIntegrationTest.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="AutoFixture" Version="4.17.0" />
12+
<PackageReference Include="AutoFixture" Version="4.18.0" />
1313
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.13" Condition="'$(TargetFramework)' == 'net6.0'" />
1414
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.2" Condition="'$(TargetFramework)' == 'net7.0'" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />

backend/RossyntBackendUnitTest/RossyntBackendUnitTest.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="AutoFixture" Version="4.17.0" />
12+
<PackageReference Include="AutoFixture" Version="4.18.0" />
1313
<PackageReference Include="NUnit" Version="3.13.3" />
1414
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />

0 commit comments

Comments
 (0)