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

Bump the dependencies group in /src with 20 updates #1127

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2023

Bumps the dependencies group in /src with 20 updates:

Package From To
System.Text.Json 7.0.3 7.0.4
MassTransit 8.1.1 8.1.2
MassTransit.Azure.ServiceBus.Core 8.1.1 8.1.2
MassTransit.EntityFrameworkCore 8.1.1 8.1.2
Microsoft.Data.Sqlite.Core 7.0.13 7.0.14
Microsoft.EntityFrameworkCore 7.0.13 7.0.14
Microsoft.EntityFrameworkCore.InMemory 7.0.13 7.0.14
Microsoft.EntityFrameworkCore.Sqlite 7.0.13 7.0.14
Microsoft.EntityFrameworkCore.SqlServer 7.0.13 7.0.14
Microsoft.EntityFrameworkCore.Proxies 7.0.13 7.0.14
Microsoft.EntityFrameworkCore.Relational 7.0.13 7.0.14
Microsoft.AspNetCore.DataProtection.Abstractions 7.0.13 7.0.14
Microsoft.AspNetCore.Mvc.Testing 7.0.13 7.0.14
Microsoft.AspNetCore.OpenApi 7.0.13 7.0.14
Microsoft.EntityFrameworkCore.Design 7.0.13 7.0.14
Microsoft.AspNetCore.Authentication.JwtBearer 7.0.13 7.0.14
Microsoft.AspNetCore.Authentication.OpenIdConnect 7.0.13 7.0.14
Nox.Generator.Tasks 7.0.93 7.0.96
Microsoft.Build.Utilities.Core 17.7.2 17.8.3
Microsoft.Build.Framework 17.7.2 17.8.3

Updates System.Text.Json from 7.0.3 to 7.0.4

Release notes

Sourced from System.Text.Json's releases.

.NET 7.0.4

Release

Commits

Updates MassTransit from 8.1.1 to 8.1.2

Commits
  • 2492827 Changed SqlServerLockStatementProvider to not use the SERIALIZABLE lock hint ...
  • aa843ab Allow multiple db contexts for FutureSagaDbContext & OptimisticFutureSagaDbCo...
  • bbc3b75 Packages updated (NuGet)
  • f874318 Validate entity name length for SQS to 80 characters, SNS to 256 characters
  • 0323769 Fix "AddConsumer" link in concepts documentation
  • e22b7a0 Bugfix to make rabbitmq_delayed_message_exchange works with other exc… (#4737)
  • 79919e2 Updated packages
  • 62d9e41 Check for supervisor ready in ActiveMQ
  • 21673a0 Set Kafka not-ready if error received
  • 7776ec2 Restart kafka consumer on fatal error
  • Additional commits viewable in compare view

Updates MassTransit.Azure.ServiceBus.Core from 8.1.1 to 8.1.2

Commits
  • 2492827 Changed SqlServerLockStatementProvider to not use the SERIALIZABLE lock hint ...
  • aa843ab Allow multiple db contexts for FutureSagaDbContext & OptimisticFutureSagaDbCo...
  • bbc3b75 Packages updated (NuGet)
  • f874318 Validate entity name length for SQS to 80 characters, SNS to 256 characters
  • 0323769 Fix "AddConsumer" link in concepts documentation
  • e22b7a0 Bugfix to make rabbitmq_delayed_message_exchange works with other exc… (#4737)
  • 79919e2 Updated packages
  • 62d9e41 Check for supervisor ready in ActiveMQ
  • 21673a0 Set Kafka not-ready if error received
  • 7776ec2 Restart kafka consumer on fatal error
  • Additional commits viewable in compare view

Updates MassTransit.EntityFrameworkCore from 8.1.1 to 8.1.2

Commits
  • 2492827 Changed SqlServerLockStatementProvider to not use the SERIALIZABLE lock hint ...
  • aa843ab Allow multiple db contexts for FutureSagaDbContext & OptimisticFutureSagaDbCo...
  • bbc3b75 Packages updated (NuGet)
  • f874318 Validate entity name length for SQS to 80 characters, SNS to 256 characters
  • 0323769 Fix "AddConsumer" link in concepts documentation
  • e22b7a0 Bugfix to make rabbitmq_delayed_message_exchange works with other exc… (#4737)
  • 79919e2 Updated packages
  • 62d9e41 Check for supervisor ready in ActiveMQ
  • 21673a0 Set Kafka not-ready if error received
  • 7776ec2 Restart kafka consumer on fatal error
  • Additional commits viewable in compare view

Updates Microsoft.Data.Sqlite.Core from 7.0.13 to 7.0.14

Release notes

Sourced from Microsoft.Data.Sqlite.Core's releases.

EF Core 7.0.14

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

Commits

Updates Microsoft.EntityFrameworkCore from 7.0.13 to 7.0.14

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

EF Core 7.0.14

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

Commits

Updates Microsoft.EntityFrameworkCore.InMemory from 7.0.13 to 7.0.14

Release notes

Sourced from Microsoft.EntityFrameworkCore.InMemory's releases.

EF Core 7.0.14

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

Commits

Updates Microsoft.EntityFrameworkCore.Sqlite from 7.0.13 to 7.0.14

Release notes

Sourced from Microsoft.EntityFrameworkCore.Sqlite's releases.

EF Core 7.0.14

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

Commits

Updates Microsoft.EntityFrameworkCore.SqlServer from 7.0.13 to 7.0.14

Release notes

Sourced from Microsoft.EntityFrameworkCore.SqlServer's releases.

EF Core 7.0.14

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

Commits

Updates Microsoft.EntityFrameworkCore.Proxies from 7.0.13 to 7.0.14

Release notes

Sourced from Microsoft.EntityFrameworkCore.Proxies's releases.

EF Core 7.0.14

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

Commits

Updates Microsoft.EntityFrameworkCore.Relational from 7.0.13 to 7.0.14

Release notes

Sourced from Microsoft.EntityFrameworkCore.Relational's releases.

EF Core 7.0.14

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

Commits

Updates Microsoft.AspNetCore.DataProtection.Abstractions from 7.0.13 to 7.0.14

Release notes

Sourced from Microsoft.AspNetCore.DataProtection.Abstractions's releases.

.NET 7.0.14

Release

Commits

Updates Microsoft.AspNetCore.Mvc.Testing from 7.0.13 to 7.0.14

Release notes

Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.

.NET 7.0.14

Release

Commits

Updates Microsoft.AspNetCore.OpenApi from 7.0.13 to 7.0.14

Release notes

Sourced from Microsoft.AspNetCore.OpenApi's releases.

.NET 7.0.14

Release

Commits

Updates Microsoft.EntityFrameworkCore.Design from 7.0.13 to 7.0.14

Release notes

Sourced from Microsoft.EntityFrameworkCore.Design's releases.

EF Core 7.0.14

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

Commits

Updates Microsoft.AspNetCore.Authentication.JwtBearer from 7.0.13 to 7.0.14

Release notes

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

.NET 7.0.14

Release

Commits

Updates Microsoft.AspNetCore.Authentication.OpenIdConnect from 7.0.13 to 7.0.14

Release notes

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

.NET 7.0.14

Release

Commits

Updates Nox.Generator.Tasks from 7.0.93 to 7.0.96

Commits

Updates Microsoft.Build.Utilities.Core from 17.7.2 to 17.8.3

Release notes

Sourced from Microsoft.Build.Utilities.Core's releases.

v17.8.3

What's Changed

... (truncated)

Commits

Updates Microsoft.Build.Framework from 17.7.2 to 17.8.3

Release notes

Sourced from Microsoft.Build.Framework's releases.

v17.8.3

What's Changed

Bumps the dependencies group in /src with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [System.Text.Json](https://github.com/dotnet/runtime) | `7.0.3` | `7.0.4` |
| [MassTransit](https://github.com/MassTransit/MassTransit) | `8.1.1` | `8.1.2` |
| [MassTransit.Azure.ServiceBus.Core](https://github.com/MassTransit/MassTransit) | `8.1.1` | `8.1.2` |
| [MassTransit.EntityFrameworkCore](https://github.com/MassTransit/MassTransit) | `8.1.1` | `8.1.2` |
| [Microsoft.Data.Sqlite.Core](https://github.com/dotnet/efcore) | `7.0.13` | `7.0.14` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `7.0.13` | `7.0.14` |
| [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) | `7.0.13` | `7.0.14` |
| [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) | `7.0.13` | `7.0.14` |
| [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) | `7.0.13` | `7.0.14` |
| [Microsoft.EntityFrameworkCore.Proxies](https://github.com/dotnet/efcore) | `7.0.13` | `7.0.14` |
| [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `7.0.13` | `7.0.14` |
| [Microsoft.AspNetCore.DataProtection.Abstractions](https://github.com/dotnet/aspnetcore) | `7.0.13` | `7.0.14` |
| [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `7.0.13` | `7.0.14` |
| [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `7.0.13` | `7.0.14` |
| [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `7.0.13` | `7.0.14` |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `7.0.13` | `7.0.14` |
| [Microsoft.AspNetCore.Authentication.OpenIdConnect](https://github.com/dotnet/aspnetcore) | `7.0.13` | `7.0.14` |
| [Nox.Generator.Tasks](https://github.com/NoxOrg/Nox.Lib) | `7.0.93` | `7.0.96` |
| [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) | `17.7.2` | `17.8.3` |
| [Microsoft.Build.Framework](https://github.com/dotnet/msbuild) | `17.7.2` | `17.8.3` |


Updates `System.Text.Json` from 7.0.3 to 7.0.4
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.3...v7.0.4)

Updates `MassTransit` from 8.1.1 to 8.1.2
- [Commits](MassTransit/MassTransit@v8.1.1...v8.1.2)

Updates `MassTransit.Azure.ServiceBus.Core` from 8.1.1 to 8.1.2
- [Commits](MassTransit/MassTransit@v8.1.1...v8.1.2)

Updates `MassTransit.EntityFrameworkCore` from 8.1.1 to 8.1.2
- [Commits](MassTransit/MassTransit@v8.1.1...v8.1.2)

Updates `Microsoft.Data.Sqlite.Core` from 7.0.13 to 7.0.14
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v7.0.13...v7.0.14)

Updates `Microsoft.EntityFrameworkCore` from 7.0.13 to 7.0.14
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v7.0.13...v7.0.14)

Updates `Microsoft.EntityFrameworkCore.InMemory` from 7.0.13 to 7.0.14
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v7.0.13...v7.0.14)

Updates `Microsoft.EntityFrameworkCore.Sqlite` from 7.0.13 to 7.0.14
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v7.0.13...v7.0.14)

Updates `Microsoft.EntityFrameworkCore.SqlServer` from 7.0.13 to 7.0.14
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v7.0.13...v7.0.14)

Updates `Microsoft.EntityFrameworkCore.Proxies` from 7.0.13 to 7.0.14
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v7.0.13...v7.0.14)

Updates `Microsoft.EntityFrameworkCore.Relational` from 7.0.13 to 7.0.14
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v7.0.13...v7.0.14)

Updates `Microsoft.AspNetCore.DataProtection.Abstractions` from 7.0.13 to 7.0.14
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.13...v7.0.14)

Updates `Microsoft.AspNetCore.Mvc.Testing` from 7.0.13 to 7.0.14
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.13...v7.0.14)

Updates `Microsoft.AspNetCore.OpenApi` from 7.0.13 to 7.0.14
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.13...v7.0.14)

Updates `Microsoft.EntityFrameworkCore.Design` from 7.0.13 to 7.0.14
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v7.0.13...v7.0.14)

Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 7.0.13 to 7.0.14
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.13...v7.0.14)

Updates `Microsoft.AspNetCore.Authentication.OpenIdConnect` from 7.0.13 to 7.0.14
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.13...v7.0.14)

Updates `Nox.Generator.Tasks` from 7.0.93 to 7.0.96
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Microsoft.Build.Utilities.Core` from 17.7.2 to 17.8.3
- [Release notes](https://github.com/dotnet/msbuild/releases)
- [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md)
- [Commits](https://github.com/dotnet/msbuild/commits/v17.8.3)

Updates `Microsoft.Build.Framework` from 17.7.2 to 17.8.3
- [Release notes](https://github.com/dotnet/msbuild/releases)
- [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md)
- [Commits](https://github.com/dotnet/msbuild/commits/v17.8.3)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: MassTransit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: MassTransit.Azure.ServiceBus.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: MassTransit.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Data.Sqlite.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Proxies
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.AspNetCore.DataProtection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Nox.Generator.Tasks
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Build.Utilities.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Microsoft.Build.Framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 17, 2023
@rochar rochar closed this Nov 17, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2023

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@rochar rochar deleted the dependabot/nuget/src/dependencies-1c872970cd branch November 17, 2023 08:24
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant