Skip to content

Commit e93342f

Browse files
committed
fix: MockK8s/MockK8s.csproj to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DOTNET-SYSTEMTEXTJSON-7433719
1 parent f526363 commit e93342f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MockK8s/MockK8s.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="KubernetesClient" Version="14.0.2" />
11-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.5" />
11+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.7" />
1212
<PackageReference Include="Nito.AsyncEx" Version="5.1.2" />
1313
<PackageReference Include="System.Reactive" Version="6.0.1" />
1414
<PackageReference Include="xunit.abstractions" Version="2.0.3" />

0 commit comments

Comments
 (0)