Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2023

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
AWSSDK.Core 3.7.400.36 -> 4.0.0.29 age confidence
AWSSDK.S3 3.7.405 -> 4.0.7.4 age confidence
AWSSDK.SQS 3.7.400.36 -> 4.0.1.5 age confidence
AWSSDK.SecurityToken 3.7.400.36 -> 4.0.2.3 age confidence
AspNetCore.HealthChecks.MongoDb 8.0.1 -> 9.0.0 age confidence
Calzolari.Grpc.AspNetCore.Validation 8.2.0 -> 9.0.0 age confidence
EphemeralMongo6 1.1.3 -> 2.0.0 age confidence
Microsoft.AspNetCore.TestHost (source) 8.0.19 -> 9.0.9 age confidence
Microsoft.Bcl.AsyncInterfaces (source) 8.0.0 -> 9.0.9 age confidence
Microsoft.Extensions.Caching.Memory (source) 8.0.1 -> 9.0.9 age confidence
Microsoft.Extensions.Configuration (source) 8.0.0 -> 9.0.9 age confidence
Microsoft.Extensions.Configuration.Binder (source) 8.0.2 -> 9.0.9 age confidence
Microsoft.Extensions.Configuration.CommandLine (source) 8.0.0 -> 9.0.9 age confidence
Microsoft.Extensions.Configuration.EnvironmentVariables (source) 8.0.0 -> 9.0.9 age confidence
Microsoft.Extensions.Configuration.Json (source) 8.0.1 -> 9.0.9 age confidence
Microsoft.Extensions.DependencyInjection (source) 8.0.1 -> 9.0.9 age confidence
Microsoft.Extensions.DependencyInjection.Abstractions (source) 8.0.2 -> 9.0.9 age confidence
Microsoft.Extensions.Diagnostics.HealthChecks (source) 8.0.19 -> 9.0.9 age confidence
Microsoft.Extensions.Logging.Abstractions (source) 8.0.3 -> 9.0.9 age confidence
MongoDB.Driver (source) 2.25.0 -> 3.5.0 age confidence
MongoDB.Driver.Core.Extensions.DiagnosticSources 1.4.0 -> 2.1.0 age confidence
NUnit (source) 3.14.0 -> 4.4.0 age confidence
NUnit.Analyzers 3.10.0 -> 4.10.0 age confidence
NUnit3TestAdapter (source) 4.5.0 -> 5.1.0 age confidence
RabbitMQ.Client (source) 6.8.1 -> 7.1.2 age confidence
Serilog.AspNetCore 8.0.3 -> 9.0.0 age confidence
Serilog.Extensions.Hosting 8.0.0 -> 9.0.0 age confidence
Serilog.Settings.Configuration 8.0.4 -> 9.0.0 age confidence

Release Notes

aws/aws-sdk-net (AWSSDK.Core)

v4.0.0

v3.7.500

v3.7.401

asimmon/ephemeral-mongo (EphemeralMongo6)

v2.0.0

Compare Source

What's Changed

  • Breaking change: Support for MongoDB 5.0 and 6.0 has been removed, as their end-of-life has passed.
  • Breaking change: arm64 is now the default target for macOS. The previous target was x64.
  • Breaking change: The Linux runtime package now uses Ubuntu 22.04's MongoDB binaries instead of the 18.04 ones. OpenSSL 3.0 is now required.
  • Breaking change: Updated the MongoDB C# driver to 2.28.0, which now uses strong-named assemblies.
  • Added support for MongoDB 8.0.
  • Introduced data directory management to delete old data directories automatically.
  • Use direct connection in replica set connection strings.
  • Fixed the spelling issue in MongoRunnerOptions.StandardOutputLogger.

Pull requests:

Full Changelog: asimmon/ephemeral-mongo@1.1.3...2.0.0

dotnet/aspnetcore (Microsoft.AspNetCore.TestHost)

v9.0.9: .NET 9.0.9

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.8...v9.0.9

v9.0.8

v9.0.7: .NET 9.0.7

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.6...v9.0.7

v9.0.6

Bug Fixes
  • Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#​61622)
    The Forwarded Headers Middleware now ignores X-Forwarded-Headers sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence forwarded header values, preventing potential spoofing or misrouting issues.
Dependency Updates
  • Bump src/submodules/googletest from 52204f7 to 04ee1b4 (#​61762)
    Updates the GoogleTest submodule to a newer commit, bringing in the latest improvements and bug fixes from the upstream project.
  • Update dependencies from dotnet/arcade (#​61714)
    Updates internal build and infrastructure dependencies from the dotnet/arcade repository, ensuring compatibility and access to the latest build tools.
  • Update dependencies from dotnet/extensions (#​61571)
    Refreshes dependencies from the dotnet/extensions repository, incorporating the latest features and fixes from the extensions libraries.
  • Update dependencies from dotnet/extensions (#​61877)
    Further updates dependencies from dotnet/extensions, ensuring the project benefits from recent improvements and bug fixes.
  • Update dependencies from dotnet/arcade (#​61892)
    Additional updates to build and infrastructure dependencies from dotnet/arcade, maintaining up-to-date tooling and build processes.
Miscellaneous
  • Update branding to 9.0.6 (#​61831)
    Updates the project version and branding to 9.0.6, reflecting the new release and ensuring version consistency across the codebase.
  • Merging internal commits for release/9.0 (#​61925)
    Incorporates various internal commits into the release/9.0 branch, ensuring that all relevant changes are included in this release.

This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: v9.0.5...v9.0.6

v9.0.5: .NET 9.0.5

Release

What's Changed

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

v9.0.4: .NET 9.0.4

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.3...v9.0.4

v9.0.3: .NET 9.0.3

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.2...v9.0.3

v9.0.2: .NET 9.0.2

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.1...v9.0.2

v9.0.1: .NET 9.0.1

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.0...v9.0.1

v9.0.0: .NET 9.0.0

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.0-rc.2.24474.3...v9.0.0

v8.0.20: .NET 8.0.20

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.19...v8.0.20

dotnet/runtime (Microsoft.Bcl.AsyncInterfaces)

v9.0.9: .NET 9.0.9

Release

What's Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update nuget packages to v7 (major) chore(deps): update nuget packages (major) Jun 27, 2023
@renovate renovate bot force-pushed the renovate/major-nuget branch 3 times, most recently from 5e954fd to 6f0710d Compare July 2, 2023 06:22
@renovate renovate bot force-pushed the renovate/major-nuget branch 3 times, most recently from 4d343f8 to 76a482d Compare July 11, 2023 15:44
@renovate renovate bot force-pushed the renovate/major-nuget branch 2 times, most recently from d18c345 to b5c27c7 Compare August 1, 2023 11:26
@renovate renovate bot force-pushed the renovate/major-nuget branch from b5c27c7 to 3cf7ea9 Compare August 8, 2023 14:00
@renovate renovate bot force-pushed the renovate/major-nuget branch 4 times, most recently from 8016ce9 to bdc6adf Compare August 23, 2023 08:42
@renovate renovate bot changed the title chore(deps): update nuget packages (major) chore(deps): update dependency microsoft.aspnetcore.testhost to v7 Aug 23, 2023
@renovate renovate bot force-pushed the renovate/major-nuget branch from bdc6adf to 2f5e66c Compare September 12, 2023 14:06
@renovate renovate bot force-pushed the renovate/major-nuget branch from 2f5e66c to 3d1725f Compare October 10, 2023 13:24
@renovate renovate bot force-pushed the renovate/major-nuget branch from 3d1725f to 2a37552 Compare October 24, 2023 13:07
@renovate renovate bot changed the title chore(deps): update dependency microsoft.aspnetcore.testhost to v7 chore(deps): update nuget packages (major) Nov 9, 2023
@renovate renovate bot force-pushed the renovate/major-nuget branch 3 times, most recently from 1f9812f to be36702 Compare November 15, 2023 03:51
@renovate renovate bot force-pushed the renovate/major-nuget branch 3 times, most recently from cec871c to 96d276d Compare December 2, 2023 12:10
@renovate renovate bot force-pushed the renovate/major-nuget branch 3 times, most recently from 02d7aaa to c6b71ae Compare December 19, 2023 12:55
@renovate renovate bot force-pushed the renovate/major-nuget branch 2 times, most recently from 671f113 to dff52f2 Compare January 3, 2024 22:44
@renovate renovate bot force-pushed the renovate/major-nuget branch 3 times, most recently from cf14b6f to cc0a4da Compare August 7, 2025 01:09
@renovate renovate bot force-pushed the renovate/major-nuget branch 5 times, most recently from 5d6980e to 10223f8 Compare August 15, 2025 21:00
@renovate renovate bot force-pushed the renovate/major-nuget branch 6 times, most recently from 8b97182 to 3e0c339 Compare August 22, 2025 22:07
@renovate renovate bot force-pushed the renovate/major-nuget branch 4 times, most recently from 683a894 to 9b0fe83 Compare August 31, 2025 09:55
@renovate renovate bot force-pushed the renovate/major-nuget branch 3 times, most recently from e215e2c to c4167f7 Compare September 9, 2025 14:28
@renovate renovate bot force-pushed the renovate/major-nuget branch 3 times, most recently from d1592c9 to 202984a Compare September 16, 2025 22:13
@renovate renovate bot force-pushed the renovate/major-nuget branch 4 times, most recently from 3eaedfc to 5c4a1e3 Compare September 22, 2025 21:58
@renovate renovate bot force-pushed the renovate/major-nuget branch from 5c4a1e3 to 1931830 Compare September 23, 2025 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants