Skip to content

Commit

Permalink
Bump dbup-postgresql, Microsoft.Extensions.DependencyInjection.Abstra…
Browse files Browse the repository at this point in the history
…ctions, Microsoft.Extensions.Logging.Abstractions and Npgsql

Bumps [dbup-postgresql](https://github.com/DbUp/dbup-postgresql), [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) and [Npgsql](https://github.com/npgsql/npgsql). These dependencies needed to be updated together.

Updates `dbup-postgresql` from 6.0.0-beta.28 to 6.0.0-beta.44
- [Release notes](https://github.com/DbUp/dbup-postgresql/releases)
- [Commits](DbUp/dbup-postgresql@6.0.0-beta.28...6.0.0-beta.44)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 9.0.0 to 8.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v8.0.2)

Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.0 to 8.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v8.0.2)

Updates `Npgsql` from 9.0.2 to 9.0.2
- [Release notes](https://github.com/npgsql/npgsql/releases)
- [Commits](npgsql/npgsql@v9.0.2...v9.0.2)

---
updated-dependencies:
- dependency-name: dbup-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Npgsql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 7c7532a commit ef7a616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="dbup-postgresql" Version="6.0.0-beta.28" />
<PackageReference Include="dbup-postgresql" Version="6.0.0-beta.44" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
<PackageReference Include="Npgsql" Version="9.0.2" />
Expand Down

0 comments on commit ef7a616

Please sign in to comment.