Skip to content

Commit

Permalink
chore(deps): update dependency configureawaitchecker.analyzer to 5.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent 52ca9f6 commit a3e9e6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/updaters/fixtures/Foo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<CodeAnalysisRuleSet>..\..\..\grpc.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0.1" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc.GrpcCore" Version="[3.5.0, 4.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[2.3.0, 3.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.38.1, 3.0.0)" PrivateAssets="None" />
Expand Down
2 changes: 1 addition & 1 deletion test/updaters/fixtures/Prerelease.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<CodeAnalysisRuleSet>..\..\..\grpc.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0.1" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc.GrpcCore" Version="[3.5.0, 4.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[2.3.0, 3.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.38.1, 3.0.0)" PrivateAssets="None" />
Expand Down
2 changes: 1 addition & 1 deletion test/updaters/fixtures/dotnet/SecurityCenter.V1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<CodeAnalysisRuleSet>..\..\..\grpc.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0.1" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc.GrpcCore" Version="[3.6.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Iam.V1" Version="[2.3.0, 3.0.0)" />
<PackageReference Include="Google.LongRunning" Version="[2.3.0, 3.0.0)" />
Expand Down

0 comments on commit a3e9e6e

Please sign in to comment.