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

build(deps): Bump the nuget-dependencies group across 1 directory with 10 updates #98

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps the nuget-dependencies group with 10 updates in the / directory:

Package From To
Fluid.Core 2.10.0 2.11.0
MailKit 4.6.0 4.7.1.1
Microsoft.AspNetCore.SignalR.StackExchangeRedis 8.0.6 8.0.7
Microsoft.EntityFrameworkCore 8.0.6 8.0.7
Microsoft.EntityFrameworkCore.Design 8.0.6 8.0.7
Microsoft.EntityFrameworkCore.Relational 8.0.6 8.0.7
Microsoft.EntityFrameworkCore 8.0.6 8.0.7
Microsoft.EntityFrameworkCore.Tools 8.0.6 8.0.7
Microsoft.EntityFrameworkCore.Design 8.0.6 8.0.7
Microsoft.EntityFrameworkCore.Relational 8.0.6 8.0.7
Microsoft.EntityFrameworkCore 8.0.6 8.0.7
Redis.OM 0.7.1 0.7.4
StackExchange.Redis 2.7.33 2.8.0
Hangfire.PostgreSql 1.20.8 1.20.9

Updates Fluid.Core from 2.10.0 to 2.11.0

Release notes

Sourced from Fluid.Core's releases.

2.11.0

What's Changed

New Contributors

Full Changelog: sebastienros/fluid@v2.10.0...v2.11.0

Commits

Updates MailKit from 4.6.0 to 4.7.1.1

Changelog

Sourced from MailKit's changelog.

Release Notes

MailKit 4.7.1 (2024-07-12)

  • Fixed ImapClient and Pop3Client.Connect/Async() when OTEL is enabled. (issue #1765)
  • Bumped MimeKit dependency to 4.7.1 to fix a denial of service security issue in the System.Formats.Asn1 dependency.

MailKit 4.7.0 (2024-06-29)

  • Added Activity/Metrics for Imap/Pop3/SmtpClient. (issue #1499)
  • Bumped MimeKit dependency to 4.7.0.
Commits
  • 6766386 Bumped version to 4.7.1.1
  • ee51566 Bumped version to 4.7.1
  • 62f66ef Fixed ImapClient and Pop3Client.Connect/Async() when OTEL is enabled
  • 55ea189 Bumped version to 4.7.0
  • c39a209 Updated SSL certificates
  • 9159ad8 Improved simulated PREVIEW text unit tests
  • bde0808 Update ExchangeOAuth2.md
  • c5c1c81 Bump AltCover from 8.8.53 to 8.8.74 (#1759)
  • 1eea258 Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 (#1757)
  • 2ffdcdd Added unit test to try to reproduce issue #1755
  • Additional commits viewable in compare view

Updates Microsoft.AspNetCore.SignalR.StackExchangeRedis from 8.0.6 to 8.0.7

Release notes

Sourced from Microsoft.AspNetCore.SignalR.StackExchangeRedis's releases.

.NET 8.0.7

Release

Commits

Updates Microsoft.EntityFrameworkCore from 8.0.6 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:

Commits

Updates Microsoft.EntityFrameworkCore.Design from 8.0.6 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:

Commits

Updates Microsoft.EntityFrameworkCore.Relational from 8.0.6 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:

Commits

Updates Microsoft.EntityFrameworkCore from 8.0.6 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:

Commits

Updates Microsoft.EntityFrameworkCore.Tools from 8.0.6 to 8.0.7

Release notes

Sourced from Microsoft.EntityFrameworkCore.Tools'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:

Commits

Updates Microsoft.EntityFrameworkCore.Design from 8.0.6 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:

Commits

Updates Microsoft.EntityFrameworkCore.Relational from 8.0.6 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:

Commits

Updates Microsoft.EntityFrameworkCore from 8.0.6 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:

Commits

Updates Redis.OM from 0.7.1 to 0.7.4

Release notes

Sourced from Redis.OM's releases.

Version 0.7.4

Changes

  • specifying keys in read/write commands (#463)
  • setting internal cursor to 0 when no cursor is called for (#462)

Contributors

We'd like to thank all the contributors who worked on this release!

@​slorello89

Version 0.7.3

Changes

  • Fix Typo LANGUAGE_FIELD->LANGUAGE in SerializeIndex (#458)

Contributors

We'd like to thank all the contributors who worked on this release!

@​ahmedisam99 and @​slorello89

Version 0.7.2

Changes

  • fix: Casting to IQueryable no longer drops chunk size (#455)
  • bumping System.Text.Json for cve (#456)

Contributors

We'd like to thank all the contributors who worked on this release!

@​CormacLennon and @​slorello89

Commits

Updates StackExchange.Redis from 2.7.33 to 2.8.0

Release notes

Sourced from StackExchange.Redis's releases.

2.8.0

What's Changed

New Contributors

Full Changelog: StackExchange/StackExchange.Redis@2.7.33...2.8.0

Changelog

Sourced from StackExchange.Redis's changelog.

2.8.0

Commits
  • 1c6b59e release notes; bump minor to 2.8
  • 1de8dac Implement high integrity mode for commands (#2741)
  • 39b992f support reading from last message from stream with xread (#2725)
  • 61c13c2 Replace all occurrences of "nil" in IDatabase(Async) xmldoc with less ambig...
  • cb8b20d Correct link to RespLogging doc (#2696)
  • 2f69707 TLS: Check EKU in X509 chain checks (#2670)
  • 60e5d17 2.7.33 Release notes
  • See full diff in compare view

Updates Hangfire.PostgreSql from 1.20.8 to 1.20.9

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…h 10 updates

Bumps the nuget-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Fluid.Core](https://github.com/sebastienros/fluid) | `2.10.0` | `2.11.0` |
| [MailKit](https://github.com/jstedfast/MailKit) | `4.6.0` | `4.7.1.1` |
| [Microsoft.AspNetCore.SignalR.StackExchangeRedis](https://github.com/dotnet/aspnetcore) | `8.0.6` | `8.0.7` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.6` | `8.0.7` |
| [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `8.0.6` | `8.0.7` |
| [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.6` | `8.0.7` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.6` | `8.0.7` |
| [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) | `8.0.6` | `8.0.7` |
| [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `8.0.6` | `8.0.7` |
| [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `8.0.6` | `8.0.7` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.6` | `8.0.7` |
| [Redis.OM](https://github.com/redis/redis-om-dotnet) | `0.7.1` | `0.7.4` |
| [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) | `2.7.33` | `2.8.0` |
| Hangfire.PostgreSql | `1.20.8` | `1.20.9` |



Updates `Fluid.Core` from 2.10.0 to 2.11.0
- [Release notes](https://github.com/sebastienros/fluid/releases)
- [Commits](sebastienros/fluid@v2.10.0...v2.11.0)

Updates `MailKit` from 4.6.0 to 4.7.1.1
- [Changelog](https://github.com/jstedfast/MailKit/blob/master/ReleaseNotes.md)
- [Commits](jstedfast/MailKit@4.6.0...4.7.1.1)

Updates `Microsoft.AspNetCore.SignalR.StackExchangeRedis` from 8.0.6 to 8.0.7
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.6...v8.0.7)

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

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

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

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

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

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

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

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

Updates `Redis.OM` from 0.7.1 to 0.7.4
- [Release notes](https://github.com/redis/redis-om-dotnet/releases)
- [Commits](redis/redis-om-dotnet@v0.7.1...v0.7.4)

Updates `StackExchange.Redis` from 2.7.33 to 2.8.0
- [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases)
- [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md)
- [Commits](StackExchange/StackExchange.Redis@2.7.33...2.8.0)

Updates `Hangfire.PostgreSql` from 1.20.8 to 1.20.9

---
updated-dependencies:
- dependency-name: Fluid.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: MailKit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.AspNetCore.SignalR.StackExchangeRedis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Redis.OM
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: StackExchange.Redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Hangfire.PostgreSql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 29, 2024
@dependabot dependabot bot deleted the dependabot/nuget/nuget-dependencies-aa259805c0 branch July 29, 2024 06:45
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.

None yet

0 participants