Skip to content

Commit f133a78

Browse files
authored
chore(deps): update dependency npgsql to 9.0.4 (#3226)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Npgsql](https://redirect.github.com/npgsql/npgsql) | `9.0.3` -> `9.0.4` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Npgsql/9.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Npgsql/9.0.3/9.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>npgsql/npgsql (Npgsql)</summary> ### [`v9.0.4`](https://redirect.github.com/npgsql/npgsql/releases/tag/v9.0.4) v9.0.4 contains several minor bug fixes. [Milestone issues](https://redirect.github.com/npgsql/npgsql/milestone/127?closed=1) **Full Changelog**: <npgsql/npgsql@v9.0.3...v9.0.4> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 8am" in timezone Europe/London, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/GoogleCloudPlatform/dotnet-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 7c5e7f3 commit f133a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-sql/postgres/CloudSql.csproj

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

77
<ItemGroup>
88
<PackageReference Include="Google.Cloud.Diagnostics.AspNetCore3" Version="5.3.0" />
9-
<PackageReference Include="Npgsql" Version="9.0.3" />
9+
<PackageReference Include="Npgsql" Version="9.0.4" />
1010
<PackageReference Include="Polly" Version="8.6.4" />
1111
</ItemGroup>
1212

0 commit comments

Comments
 (0)