Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the server-dependencies group across 1 directory with 10 updates #145

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps the server-dependencies group with 10 updates in the /src/Server/WebApi directory:

Package From To
Google.Apis.Auth 1.64.0 1.68.0
Microsoft.AspNetCore.Authentication.Google 8.0.0 8.0.4
Microsoft.AspNetCore.Authentication.JwtBearer 8.0.0 8.0.4
Microsoft.AspNetCore.OpenApi 8.0.0 8.0.4
Microsoft.EntityFrameworkCore 8.0.0 8.0.4
Microsoft.EntityFrameworkCore.Design 8.0.0 8.0.4
Microsoft.EntityFrameworkCore.Relational 8.0.0 8.0.4
Microsoft.EntityFrameworkCore 8.0.0 8.0.4
Npgsql.EntityFrameworkCore.PostgreSQL 8.0.0 8.0.4
Microsoft.EntityFrameworkCore 8.0.0 8.0.4
Microsoft.EntityFrameworkCore.Relational 8.0.0 8.0.4
Serilog.AspNetCore 8.0.0 8.0.1
Serilog.Sinks.Seq 7.0.0 7.0.1

Updates Google.Apis.Auth from 1.64.0 to 1.68.0

Release notes

Sourced from Google.Apis.Auth's releases.

API versioning support

Features:

  • API versioning support implemented in both support and generated libraries.

Universe domain support

Features:

  • Universe Domain support:
    • Authentication: #2635
    • Discovery based libraries: #2675

Update target frameworks

Features:

  • Update target frameworks to more modern ones. See #2561 and #2644 .

v1.65.0

Fixes:

  • #2613 Default JSON serializer is not affected by global JSON settings.
  • #2630 Tune authorization token staleness and validity windows so that it doesn't overlap with Metadata Server authorization token caching.

Features:

  • #2616 Makes batch response handling more efficient, particularly benefiting large responses.
Commits
  • f7788cc Update discovery documents and generated code
  • a8db127 chore: Skip generation of Integrations V1.
  • 54feb73 Update generated 1.67.0 -> 1.68.0
  • 984b6d6 chore: Update generator to support API versioning.
  • 6f4cb66 Update discovery documents and generated code
  • c278bbe refactor: Minor improvements to IsLinuxGoogleBiosAsync
  • 90f0a47 Update discovery documents and generated code
  • 32fcc76 Update discovery documents and generated code
  • 5b340dd chore(deps): update xunit-dotnet monorepo
  • a75525c Update support version 1.67.0 -> 1.68.0
  • Additional commits viewable in compare view

Updates Microsoft.AspNetCore.Authentication.Google from 8.0.0 to 8.0.4

Release notes

Sourced from Microsoft.AspNetCore.Authentication.Google's releases.

.NET 8.0.4

Release

.NET 8.0.3

Release

.NET 8.0.2

Release

.NET 8.0.1

Release

Commits

Updates Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.0 to 8.0.4

Release notes

Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.

.NET 8.0.4

Release

.NET 8.0.3

Release

.NET 8.0.2

Release

.NET 8.0.1

Release

Commits

Updates Microsoft.AspNetCore.OpenApi from 8.0.0 to 8.0.4

Release notes

Sourced from Microsoft.AspNetCore.OpenApi's releases.

.NET 8.0.4

Release

.NET 8.0.3

Release

.NET 8.0.2

Release

.NET 8.0.1

Release

Commits

Updates Microsoft.EntityFrameworkCore from 8.0.0 to 8.0.4

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

EF Core 8.0.4 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

EF Core 8.0.3 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

EF Core 8.0.2 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

... (truncated)

Commits

Updates Microsoft.EntityFrameworkCore.Design from 8.0.0 to 8.0.4

Release notes

Sourced from Microsoft.EntityFrameworkCore.Design's releases.

EF Core 8.0.4 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

EF Core 8.0.3 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

EF Core 8.0.2 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

... (truncated)

Commits

Updates Microsoft.EntityFrameworkCore.Relational from 8.0.0 to 8.0.4

Release notes

Sourced from Microsoft.EntityFrameworkCore.Relational's releases.

EF Core 8.0.4 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

EF Core 8.0.3 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

EF Core 8.0.2 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

... (truncated)

Commits

Updates Microsoft.EntityFrameworkCore from 8.0.0 to 8.0.4

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

EF Core 8.0.4 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

EF Core 8.0.3 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

EF Core 8.0.2 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

... (truncated)

Commits

Updates Npgsql.EntityFrameworkCore.PostgreSQL from 8.0.0 to 8.0.4

Release notes

Sourced from Npgsql.EntityFrameworkCore.PostgreSQL's releases.

v8.0.2

This is the first patch release following 8.0.0, with 15 bug fixes.

The full list of changes is available here.

Commits
  • 51faf6e Fix NpgsqlCharacterStringTypeMapping for compiled model
  • e3a6f37 Bump version to 8.0.4
  • f280bb7 Add translation of string.Join overload used with List<string> parameter (#3106)
  • 1e6c725 Fix operator precedence of AT TIME ZONE (#2987)
  • 468c8be Bump version to 8.0.3
  • 5a671b9 Bump version to 8.0.2
  • a4676b8 Remove unneeded backslash ESCAPE from LIKE translations (#3103)
  • b88a521 Don't use NpgsqlDataSource from DI if connection string/connection is specifi...
  • f818704 Bump dependency versions
  • bab35a7 Always add parentheses around PgUnknownBinaryExpression (#3073)
  • Additional commits viewable in compare view

Updates Microsoft.EntityFrameworkCore from 8.0.0 to 8.0.4

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

EF Core 8.0.4 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

EF Core 8.0.3 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

EF Core 8.0.2 is available on NuGet now. This is a patch release of EF Core 8 (EF8) containing only important bug fixes:

…th 10 updates

Bumps the server-dependencies group with 10 updates in the /src/Server/WebApi directory:

| Package | From | To |
| --- | --- | --- |
| [Google.Apis.Auth](https://github.com/googleapis/google-api-dotnet-client) | `1.64.0` | `1.68.0` |
| [Microsoft.AspNetCore.Authentication.Google](https://github.com/dotnet/aspnetcore) | `8.0.0` | `8.0.4` |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `8.0.0` | `8.0.4` |
| [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `8.0.0` | `8.0.4` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.4` |
| [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.4` |
| [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.4` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.4` |
| [Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/npgsql/efcore.pg) | `8.0.0` | `8.0.4` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.4` |
| [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.0` | `8.0.4` |
| [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) | `8.0.0` | `8.0.1` |
| [Serilog.Sinks.Seq](https://github.com/datalust/serilog-sinks-seq) | `7.0.0` | `7.0.1` |



Updates `Google.Apis.Auth` from 1.64.0 to 1.68.0
- [Release notes](https://github.com/googleapis/google-api-dotnet-client/releases)
- [Commits](googleapis/google-api-dotnet-client@v1.64.0...v1.68.0)

Updates `Microsoft.AspNetCore.Authentication.Google` from 8.0.0 to 8.0.4
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.0...v8.0.4)

Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.0 to 8.0.4
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.0...v8.0.4)

Updates `Microsoft.AspNetCore.OpenApi` from 8.0.0 to 8.0.4
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.0...v8.0.4)

Updates `Microsoft.EntityFrameworkCore` from 8.0.0 to 8.0.4
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.0...v8.0.4)

Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.0 to 8.0.4
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.0...v8.0.4)

Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.0 to 8.0.4
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.0...v8.0.4)

Updates `Microsoft.EntityFrameworkCore` from 8.0.0 to 8.0.4
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.0...v8.0.4)

Updates `Npgsql.EntityFrameworkCore.PostgreSQL` from 8.0.0 to 8.0.4
- [Release notes](https://github.com/npgsql/efcore.pg/releases)
- [Commits](npgsql/efcore.pg@v8.0.0...v8.0.4)

Updates `Microsoft.EntityFrameworkCore` from 8.0.0 to 8.0.4
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.0...v8.0.4)

Updates `Microsoft.EntityFrameworkCore.Relational` from 8.0.0 to 8.0.4
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.0...v8.0.4)

Updates `Serilog.AspNetCore` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/serilog/serilog-aspnetcore/releases)
- [Commits](serilog/serilog-aspnetcore@v8.0.0...v8.0.1)

Updates `Serilog.Sinks.Seq` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/datalust/serilog-sinks-seq/releases)
- [Commits](datalust/serilog-sinks-seq@v7.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: Google.Apis.Auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-dependencies
- dependency-name: Microsoft.AspNetCore.Authentication.Google
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server-dependencies
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server-dependencies
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server-dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server-dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server-dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server-dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server-dependencies
- dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server-dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server-dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server-dependencies
- dependency-name: Serilog.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server-dependencies
- dependency-name: Serilog.Sinks.Seq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 13, 2024
@lwestfall lwestfall merged commit 7e60f4d into dev May 13, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/src/Server/WebApi/dev/server-dependencies-93e0b8fa78 branch May 13, 2024 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant