Skip to content

Commit

Permalink
chore(deps): update dependency npgsql.entityframeworkcore.postgresql …
Browse files Browse the repository at this point in the history
…to 9.0.2 (#103)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[Npgsql.EntityFrameworkCore.PostgreSQL](https://redirect.github.com/npgsql/efcore.pg)
| `9.0.1` -> `9.0.2` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Npgsql.EntityFrameworkCore.PostgreSQL/9.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Npgsql.EntityFrameworkCore.PostgreSQL/9.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Npgsql.EntityFrameworkCore.PostgreSQL/9.0.1/9.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Npgsql.EntityFrameworkCore.PostgreSQL/9.0.1/9.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>npgsql/efcore.pg
(Npgsql.EntityFrameworkCore.PostgreSQL)</summary>

###
[`v9.0.2`](https://redirect.github.com/npgsql/efcore.pg/releases/tag/v9.0.2)

EFCore.PG depends on [Npgsql
9.0.2](https://redirect.github.com/npgsql/npgsql/releases/tag/v9.0.2),
which contains an important fix around SSL validation
([https://github.com/npgsql/npgsql/issues/5942](https://redirect.github.com/npgsql/npgsql/issues/5942)).

[Milestone
issues](https://redirect.github.com/npgsql/efcore.pg/milestone/71?closed=1)

**Full Changelog**:
npgsql/efcore.pg@v9.0.1...v9.0.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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/smartive/cas-fee-adv-mumble-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 033187b commit f761dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MumbleApi/MumbleApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="8.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.11" PrivateAssets="All" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.11" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.1" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.1.0" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="7.1.0" />
<PackageReference Include="Ulid" Version="1.3.4" />
Expand Down

0 comments on commit f761dae

Please sign in to comment.