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 12 updates #158

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
Microsoft.AspNetCore.Authentication.Google 8.0.4 8.0.8
Microsoft.AspNetCore.Authentication.JwtBearer 8.0.4 8.0.8
Microsoft.AspNetCore.OpenApi 8.0.4 8.0.8
Microsoft.EntityFrameworkCore 8.0.4 8.0.7
Microsoft.EntityFrameworkCore.Design 8.0.4 8.0.7
Microsoft.EntityFrameworkCore.Relational 8.0.4 8.0.7
Microsoft.EntityFrameworkCore 8.0.4 8.0.7
Serilog.AspNetCore 8.0.1 8.0.2
Serilog.Settings.Configuration 8.0.0 8.0.2
Serilog.Enrichers.Environment 2.3.0 3.0.1
Serilog.Sinks.Console 5.0.1 6.0.0
Serilog.Sinks.Seq 7.0.1 8.0.0
Swashbuckle.AspNetCore 6.5.0 6.7.0

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

Release notes

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

.NET 8.0.7

Release

.NET 8.0.6

Release

.NET 8.0.5

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.4...v8.0.5

Commits

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

Release notes

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

.NET 8.0.7

Release

.NET 8.0.6

Release

.NET 8.0.5

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.4...v8.0.5

Commits

Updates Microsoft.AspNetCore.OpenApi from 8.0.4 to 8.0.8

Release notes

Sourced from Microsoft.AspNetCore.OpenApi's releases.

.NET 8.0.7

Release

.NET 8.0.6

Release

.NET 8.0.5

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.4...v8.0.5

Commits

Updates Microsoft.EntityFrameworkCore from 8.0.4 to 8.0.7

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

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

EF Core 8.0.6

This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.5.

EF Core 8.0.5

This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.4.

Commits

Updates Microsoft.EntityFrameworkCore.Design from 8.0.4 to 8.0.7

Release notes

Sourced from Microsoft.EntityFrameworkCore.Design's releases.

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

EF Core 8.0.6

This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.5.

EF Core 8.0.5

This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.4.

Commits

Updates Microsoft.EntityFrameworkCore.Relational from 8.0.4 to 8.0.7

Release notes

Sourced from Microsoft.EntityFrameworkCore.Relational's releases.

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

EF Core 8.0.6

This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.5.

EF Core 8.0.5

This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.4.

Commits

Updates Microsoft.EntityFrameworkCore from 8.0.4 to 8.0.7

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

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

EF Core 8.0.6

This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.5.

EF Core 8.0.5

This is a patch release of EF Core 8.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 8.0.4.

Commits

Updates Serilog.AspNetCore from 8.0.1 to 8.0.2

Release notes

Sourced from Serilog.AspNetCore's releases.

v8.0.2

Commits
  • 57d78d1 Merge pull request #378 from serilog/dev
  • 1a88701 Merge pull request #377 from nblumhardt/dependency-update
  • 77bd65c Update Serilog.Settings.Configuration dependency to avoid transitive dependen...
  • 70808df Fix comment in sample code [skip ci]
  • cd8662f Merge pull request #370 from nblumhardt/readme-updates
  • 92bc15a README and sample updates to match recent .NET hosting models
  • c862bfc Merge pull request #367 from sungam3r/cleanup
  • 656b79e Remove excessive dependencies + format
  • 0b2a9ab Merge pull request #364 from RandomBuffer/FixPushPropertyExample
  • 178f6df Fix C# example for PushProperty.
  • Additional commits viewable in compare view

Updates Serilog.Settings.Configuration from 8.0.0 to 8.0.2

Release notes

Sourced from Serilog.Settings.Configuration's releases.

v8.0.2

  • #428 - update Microsoft.Extensions.DependencyModel dependency to avoid vulnerable transitive dependency on System.Text.Json (@​Numpsy)
  • #427 - test project update (@​Numpsy)

v8.0.1

Commits
  • d54b133 Merge pull request #429 from serilog/dev
  • e42be6a Merge pull request #428 from Numpsy/bump
  • d9ddc39 Merge pull request #427 from serilog/xunit
  • 6c231a3 Update Microsoft.Extensions.DependencyModel to 8.0.1
  • 80b30e1 Update xunit to 2.9.0
  • a502598 Dev version bump [skip ci]
  • 0ab5073 Merge pull request #422 from serilog/dev
  • cfe1b52 Revert minor version bump - forgot about the versioning policy used here :) [...
  • 39c07a9 Minor version bump - new features incoming
  • fda80d9 Merge pull request #405 from ChristofferGersen/support-collection-arguments
  • Additional commits viewable in compare view

Updates Serilog.Enrichers.Environment from 2.3.0 to 3.0.1

Release notes

Sourced from Serilog.Enrichers.Environment's releases.

v3.0.1

v3.0.0

Breaking changes

The *Enricher types previously published in this assembly are now internal. These all have Enrich.With* configuration syntax alternatives; so, if your code used Enrich.With(new EnvironmentNameEnricher(...)), replace this with Enrich.WithEnvironmentName(...) and so on.

Commits
  • 00a37b9 Merge pull request #67 from serilog/dev
  • f57595e Merge pull request #66 from dsteinweg/dev
  • 48e6ded Readd PublicSign project property
  • 46eee46 Readd project properties to sign the assembly
  • 7f7edc7 Dev version bump [skip ci]
  • c7801e6 Merge pull request #64 from serilog/dev
  • 880a21a Merge pull request #63 from nblumhardt/serilog-4
  • 2b97f21 Seal internal classes; publish snupkgs
  • 07a92ba Package icon
  • 0a7892e Update build script
  • Additional commits viewable in compare view

Updates Serilog.Sinks.Console from 5.0.1 to 6.0.0

Release notes

Sourced from Serilog.Sinks.Console's releases.

v6.0.0

Commits
  • 4c9a7b6 Merge pull request #158 from serilog/dev
  • 1c80080 Merge pull request #157 from nblumhardt/serilog-4
  • c608cc9 Sample targeting
  • fa07aaf Update to Serilog 4, file scoped namespaces
  • a9308ef Delete .travis.yml (Travis is no longer used) [skip ci]
  • ca14c12 Minor version bump - addition of NO_COLOR support
  • 1c35ad9 Merge pull request #154 from sungam3r/nocolor
  • cf2c80d Support NO_COLOR environment variable
  • 1f0919e Remove obsolete Gitter link from README
  • 7a388eb Dev version bump [skip ci]
  • See full diff in compare view

Updates Serilog.Sinks.Seq from 7.0.1 to 8.0.0

Release notes

Sourced from Serilog.Sinks.Seq's releases.

v8.0.0

Commits
  • fbc68c1 Merge pull request #224 from datalust/dev
  • 0b40637 Merge pull request #225 from nblumhardt/dev
  • eefa709 Serilog 4.0.0 RTM
  • 675409c Merge pull request #223 from nblumhardt/experimental-unflattening-support
  • 95e6ad3 Revert example changes
  • 5df779d Convert dotted property names into nested values when Serilog v4's experiment...
  • 33bd153 Merge pull request #222 from nblumhardt/fix-options-namespace
  • 1e478aa Update to match fixed namespace for BatchingOptions
  • 9e8bda0 Merge pull request #221 from liammclennan/link-to-serilogtracing
  • 32de585 formatting
  • Additional commits viewable in compare view

Updates Swashbuckle.AspNetCore from 6.5.0 to 6.7.0

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v6.7.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.6.2...v6.7.0

v6.6.2

What's Changed

... (truncated)

Commits
  • 531c4c0 Use HttpMethods.IsGet()
  • f2ed1aa Remove build from CodeQL
  • 6417588 Bump github/codeql-action from 3.25.13 to 3.25.15
  • 9b9d2ad Bump actions/attest-build-provenance from 1.3.3 to 1.4.0 (#2998)
  • ca59f40 Bump ossf/scorecard-action from 2.3.3 to 2.4.0 (#2997)
  • 55ca891 Bump github/codeql-action from 3.25.12 to 3.25.13 (#2994)
  • 85fefe4 Support non-nullable types as required (#2803)
  • 3553751 Support [JsonRequired] (#2988)
  • fdb7d6b Support generics and overloads for XML comments (#2982)
  • f85abd4 Bump github/codeql-action from 3.25.11 to 3.25.12 (#2984)
  • Additional commits viewable in

…th 12 updates

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

| Package | From | To |
| --- | --- | --- |
| [Microsoft.AspNetCore.Authentication.Google](https://github.com/dotnet/aspnetcore) | `8.0.4` | `8.0.8` |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `8.0.4` | `8.0.8` |
| [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `8.0.4` | `8.0.8` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.7` |
| [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.7` |
| [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.7` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.4` | `8.0.7` |
| [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) | `8.0.1` | `8.0.2` |
| [Serilog.Settings.Configuration](https://github.com/serilog/serilog-settings-configuration) | `8.0.0` | `8.0.2` |
| [Serilog.Enrichers.Environment](https://github.com/serilog/serilog-enrichers-environment) | `2.3.0` | `3.0.1` |
| [Serilog.Sinks.Console](https://github.com/serilog/serilog-sinks-console) | `5.0.1` | `6.0.0` |
| [Serilog.Sinks.Seq](https://github.com/datalust/serilog-sinks-seq) | `7.0.1` | `8.0.0` |
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.5.0` | `6.7.0` |



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

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

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

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

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

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

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

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

Updates `Serilog.Settings.Configuration` from 8.0.0 to 8.0.2
- [Release notes](https://github.com/serilog/serilog-settings-configuration/releases)
- [Changelog](https://github.com/serilog/serilog-settings-configuration/blob/dev/CHANGES.md)
- [Commits](serilog/serilog-settings-configuration@v8.0.0...v8.0.2)

Updates `Serilog.Enrichers.Environment` from 2.3.0 to 3.0.1
- [Release notes](https://github.com/serilog/serilog-enrichers-environment/releases)
- [Changelog](https://github.com/serilog/serilog-enrichers-environment/blob/dev/CHANGES.md)
- [Commits](serilog/serilog-enrichers-environment@v2.3.0...v3.0.1)

Updates `Serilog.Sinks.Console` from 5.0.1 to 6.0.0
- [Release notes](https://github.com/serilog/serilog-sinks-console/releases)
- [Commits](serilog/serilog-sinks-console@v5.0.1...v6.0.0)

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

Updates `Swashbuckle.AspNetCore` from 6.5.0 to 6.7.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.5.0...v6.7.0)

---
updated-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: Serilog.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server-dependencies
- dependency-name: Serilog.Settings.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server-dependencies
- dependency-name: Serilog.Enrichers.Environment
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: server-dependencies
- dependency-name: Serilog.Sinks.Console
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: server-dependencies
- dependency-name: Serilog.Sinks.Seq
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: server-dependencies
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Aug 13, 2024
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.

0 participants