Skip to content

Commit

Permalink
chore(deps): update dependency polly to 8.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and amanda-tarafa committed Sep 27, 2024
1 parent 765e6b3 commit 0c1521c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloud-sql/mysql/CloudSql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Google.Cloud.Diagnostics.AspNetCore3" Version="5.2.0" />
<PackageReference Include="MySql.Data" Version="9.0.0" />
<PackageReference Include="Polly" Version="8.4.1" />
<PackageReference Include="Polly" Version="8.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/postgres/CloudSql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Google.Cloud.Diagnostics.AspNetCore3" Version="5.2.0" />
<PackageReference Include="Npgsql" Version="8.0.4" />
<PackageReference Include="Polly" Version="8.4.1" />
<PackageReference Include="Polly" Version="8.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/sql-server/CloudSql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Google.Cloud.Diagnostics.AspNetCore3" Version="5.2.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageReference Include="Polly" Version="8.4.1" />
<PackageReference Include="Polly" Version="8.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0c1521c

Please sign in to comment.