Skip to content

fix(deps): bump the non-major-deps group across 1 directory with 9 updates#108

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/non-major-deps-6e3a3bd644
Closed

fix(deps): bump the non-major-deps group across 1 directory with 9 updates#108
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/non-major-deps-6e3a3bd644

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2025

Bumps the non-major-deps group with 9 updates in the / directory:

Package From To
Amazon.Lambda.AspNetCoreServer.Hosting 1.7.4 1.8.0
Microsoft.AspNetCore.Identity.UI 9.0.3 9.0.4
Microsoft.Extensions.Identity.Core 9.0.3 9.0.4
Microsoft.AspNetCore.OpenApi 9.0.3 9.0.4
Microsoft.Extensions.DependencyInjection 9.0.3 9.0.4
Microsoft.Extensions.DependencyInjection 9.0.3 9.0.4
Microsoft.Extensions.Identity.Core 9.0.3 9.0.4
Microsoft.Extensions.Identity.Stores 9.0.3 9.0.4
Swashbuckle.AspNetCore 8.1.0 8.1.1
xunit.runner.visualstudio 3.0.2 3.1.0
Microsoft.Extensions.DependencyInjection 9.0.3 9.0.4
Microsoft.Extensions.Hosting 9.0.3 9.0.4

Updates Amazon.Lambda.AspNetCoreServer.Hosting from 1.7.4 to 1.8.0

Release notes

Sourced from Amazon.Lambda.AspNetCoreServer.Hosting's releases.

Release 2025-04-10 #2

Amazon.Lambda.TestTool (0.10.1)

  • Support optional SQS client region in event source test tool

Amazon.Lambda.DynamoDBEvents.SDK.Convertor (1.0.0)

  • Implement DynamoDBEvents SDK Convertor package for DynamoDBEvent images to DynamoDBv2.Document
Changelog

Sourced from Amazon.Lambda.AspNetCoreServer.Hosting's changelog.

Amazon.Lambda.AspNetCoreServer.Hosting (1.8.0)

  • Add overrideable method GetBeforeSnapshotRequests() and AddAWSLambdaBeforeSnapshotRequest() extension method to support warming up the asp.net/lambda pipelines automatically during BeforeSnapshot callback.

Amazon.Lambda.AppSyncEvents (1.0.0)

  • Added AppSyncResolverEvent to support direct lambda resolver

Release 2025-04-10 #2

Amazon.Lambda.TestTool (0.10.1)

  • Support optional SQS client region in event source test tool

Amazon.Lambda.DynamoDBEvents.SDK.Convertor (1.0.0)

  • Implement DynamoDBEvents SDK Convertor package for DynamoDBEvent images to DynamoDBv2.Document

Release 2025-04-04

Amazon.Lambda.Templates (7.4.1)

  • Update the AWS Message Processing Framework for .NET project template.

Amazon.Lambda.TestTool (0.10.0)

  • Add SQS event source support

Release 2025-03-13

Amazon.Lambda.Annotations (1.7.0)

  • Add ConfigureHostBuilder function to Startup class for allowing the Lambda function to configure an IHostApplicationBuilder.

Amazon.Lambda.RuntimeSupport (1.13.0)

  • Add support for parameterized logging method to global logger LambdaLogger in Amazon.Lambda.Core

Amazon.Lambda.Core (2.5.1)

  • Add support for parameterized logging method to global logger LambdaLogger. Method is marked as preview till new version of Amazon.Lambda.RuntimeSupport is deployed to managed runtime.

Release 2025-03-05

Amazon.Lambda.TestTool (0.9.1)

  • Add Lambda-Runtime-Deadline-Ms response header

Release 2025-02-26 #3

Amazon.Lambda.Annotations (1.6.3)

  • fix: implemented change to always use __ as prefix and suffix for parameter names generated for a LambdaFunction.

Release 2025-02-26 #2

Amazon.Lambda.TestTool (0.9.0)

  • Add README
  • Add 6MB request and response size validation.

Release 2025-02-25

Amazon.Lambda.AspNetCoreServer (9.0.4)

  • Fixed issue with marking the response body started. This is required for writing trailing headers
Commits

Updates Microsoft.AspNetCore.Identity.UI from 9.0.3 to 9.0.4

Release notes

Sourced from Microsoft.AspNetCore.Identity.UI's releases.

.NET 9.0.4

Release

What's Changed

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

Commits

Updates Microsoft.Extensions.Identity.Core from 9.0.3 to 9.0.4

Release notes

Sourced from Microsoft.Extensions.Identity.Core's releases.

.NET 9.0.4

Release

What's Changed

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

Commits

Updates Microsoft.AspNetCore.OpenApi from 9.0.3 to 9.0.4

Release notes

Sourced from Microsoft.AspNetCore.OpenApi's releases.

.NET 9.0.4

Release

What's Changed

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

Commits

Updates Microsoft.Extensions.DependencyInjection from 9.0.3 to 9.0.4

Release notes

Sourced from Microsoft.Extensions.DependencyInjection's releases.

.NET 9.0.4

Release

What's Changed

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

Commits
  • f57e6dc Merge commit 'd9d0ae01ab31513b02033317a9f716f1aeb5abab'
  • d9d0ae0 [release/9.0] fix SBOM issues for runtime (#113463)
  • 0c9b70d Merge commit 'f0d7e1f58406583972ea640029d5a5a341a76731'
  • f0d7e1f Merge pull request #113447 from dotnet/darc-release/9.0-staging-62bd3ef1-917b...
  • 111a76e Update dependencies from https://github.com/dotnet/arcade build 20250311.4
  • 984ab68 Merge pull request #113333 from dotnet/merge/release/9.0-to-release/9.0-staging
  • d7dd049 Merge commit '315f1f5b8300bf800afcb5d9376f8bdf12ebf6fc'
  • 315f1f5 Merge pull request #113389 from vseanreesermsft/internal-merge-9.0-2025-03-11...
  • d21cf87 Merge commit '831d23e56149cd59c40fc00c7feb7c5334bd19c4' into internal-merge-9...
  • 6758abd [release/9.0-staging] Fix HttpHandlerDiagnosticListenerTests.TestW3CHeadersTr...
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.DependencyInjection from 9.0.3 to 9.0.4

Release notes

Sourced from Microsoft.Extensions.DependencyInjection's releases.

.NET 9.0.4

Release

What's Changed

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

Commits
  • f57e6dc Merge commit 'd9d0ae01ab31513b02033317a9f716f1aeb5abab'
  • d9d0ae0 [release/9.0] fix SBOM issues for runtime (#113463)
  • 0c9b70d Merge commit 'f0d7e1f58406583972ea640029d5a5a341a76731'
  • f0d7e1f Merge pull request #113447 from dotnet/darc-release/9.0-staging-62bd3ef1-917b...
  • 111a76e Update dependencies from https://github.com/dotnet/arcade build 20250311.4
  • 984ab68 Merge pull request #113333 from dotnet/merge/release/9.0-to-release/9.0-staging
  • d7dd049 Merge commit '315f1f5b8300bf800afcb5d9376f8bdf12ebf6fc'
  • 315f1f5 Merge pull request #113389 from vseanreesermsft/internal-merge-9.0-2025-03-11...
  • d21cf87 Merge commit '831d23e56149cd59c40fc00c7feb7c5334bd19c4' into internal-merge-9...
  • 6758abd [release/9.0-staging] Fix HttpHandlerDiagnosticListenerTests.TestW3CHeadersTr...
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Identity.Core from 9.0.3 to 9.0.4

Release notes

Sourced from Microsoft.Extensions.Identity.Core's releases.

.NET 9.0.4

Release

What's Changed

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

Commits

Updates Microsoft.Extensions.Identity.Stores from 9.0.3 to 9.0.4

Release notes

Sourced from Microsoft.Extensions.Identity.Stores's releases.

.NET 9.0.4

Release

What's Changed

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

Commits

Updates Swashbuckle.AspNetCore from 8.1.0 to 8.1.1

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v8.1.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v8.1.0...v8.1.1

Commits
  • a676de6 Bump swagger-ui-dist in /src/Swashbuckle.AspNetCore.SwaggerUI (#3359)
  • 01eca21 Update .NET SDK (#3358)
  • 19c30f7 Bump github/codeql-action from 3.28.14 to 3.28.15 (#3357)
  • ad1f366 Bump Verify.XunitV3 from 29.1.0 to 29.2.0 in the xunit group (#3354)
  • 43aa9de Bump dotnet-validate from 0.0.1-preview.304 to 0.0.1-preview.537 (#3355)
  • 5c03a14 Bump github/codeql-action from 3.28.13 to 3.28.14 (#3353)
  • 83d8abd Bump swagger-ui-dist in /src/Swashbuckle.AspNetCore.SwaggerUI (#3352)
  • 9bbb2bb Bump martincostello/update-dotnet-sdk from 3.5.0 to 3.6.0 (#3351)
  • 56bba2f Update to xunit v3
  • 22c8c36 Move .NET to D drive on Windows runner
  • Additional commits viewable in compare view

Updates xunit.runner.visualstudio from 3.0.2 to 3.1.0

Commits
  • 00ab0a9 v3.1.0
  • fac4d85 Skip tests during discovery that have duplicate unique IDs, since they won't ...
  • 2a4863b Move potentially throwing app domain cleanup code inside of try/catch
  • dcc4678 Filter out duplicate test warnings caused by Test Explorer passing duplicates...
  • 3ae7409 Send warning message when disabling long running test detection and test time...
  • a05e9cb Latest dependencies (and bump to net8.0 due to xunit.v3.runner.utility 2.x ne...
  • 6c5b6a1 Use -tl:off for Test targets
  • 428a422 Bump up to 3.1.0 due to new .NET 8 requirement
  • 385eb55 Update build commands to ensure minimum .NET SDK is 9
  • e2c61c2 xunit/xunit#3075: Attempt to resolve dictionary throwing for duplicate key
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.DependencyInjection from 9.0.3 to 9.0.4

Release notes

Sourced from Microsoft.Extensions.DependencyInjection's releases.

.NET 9.0.4

Release

What's Changed

…dates

Bumps the non-major-deps group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Amazon.Lambda.AspNetCoreServer.Hosting](https://github.com/aws/aws-lambda-dotnet) | `1.7.4` | `1.8.0` |
| [Microsoft.AspNetCore.Identity.UI](https://github.com/dotnet/aspnetcore) | `9.0.3` | `9.0.4` |
| [Microsoft.Extensions.Identity.Core](https://github.com/dotnet/aspnetcore) | `9.0.3` | `9.0.4` |
| [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `9.0.3` | `9.0.4` |
| [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) | `9.0.3` | `9.0.4` |
| [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) | `9.0.3` | `9.0.4` |
| [Microsoft.Extensions.Identity.Core](https://github.com/dotnet/aspnetcore) | `9.0.3` | `9.0.4` |
| [Microsoft.Extensions.Identity.Stores](https://github.com/dotnet/aspnetcore) | `9.0.3` | `9.0.4` |
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `8.1.0` | `8.1.1` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `3.0.2` | `3.1.0` |
| [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) | `9.0.3` | `9.0.4` |
| [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `9.0.3` | `9.0.4` |



Updates `Amazon.Lambda.AspNetCoreServer.Hosting` from 1.7.4 to 1.8.0
- [Release notes](https://github.com/aws/aws-lambda-dotnet/releases)
- [Changelog](https://github.com/aws/aws-lambda-dotnet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-lambda-dotnet/commits)

Updates `Microsoft.AspNetCore.Identity.UI` from 9.0.3 to 9.0.4
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v9.0.3...v9.0.4)

Updates `Microsoft.Extensions.Identity.Core` from 9.0.3 to 9.0.4
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v9.0.3...v9.0.4)

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

Updates `Microsoft.Extensions.DependencyInjection` from 9.0.3 to 9.0.4
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.3...v9.0.4)

Updates `Microsoft.Extensions.DependencyInjection` from 9.0.3 to 9.0.4
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.3...v9.0.4)

Updates `Microsoft.Extensions.Identity.Core` from 9.0.3 to 9.0.4
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v9.0.3...v9.0.4)

Updates `Microsoft.Extensions.Identity.Stores` from 9.0.3 to 9.0.4
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v9.0.3...v9.0.4)

Updates `Swashbuckle.AspNetCore` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v8.1.0...v8.1.1)

Updates `xunit.runner.visualstudio` from 3.0.2 to 3.1.0
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@3.0.2...3.1.0)

Updates `Microsoft.Extensions.DependencyInjection` from 9.0.3 to 9.0.4
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.3...v9.0.4)

Updates `Microsoft.Extensions.Hosting` from 9.0.3 to 9.0.4
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.3...v9.0.4)

---
updated-dependencies:
- dependency-name: Amazon.Lambda.AspNetCoreServer.Hosting
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-deps
- dependency-name: Microsoft.AspNetCore.Identity.UI
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-deps
- dependency-name: Microsoft.Extensions.Identity.Core
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-deps
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-deps
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-deps
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-deps
- dependency-name: Microsoft.Extensions.Identity.Core
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-deps
- dependency-name: Microsoft.Extensions.Identity.Stores
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-deps
- dependency-name: Swashbuckle.AspNetCore
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-deps
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-deps
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-deps
- dependency-name: Microsoft.Extensions.Hosting
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-deps
...

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 5, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 26, 2025

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

@dependabot dependabot bot closed this May 26, 2025
@dependabot dependabot bot deleted the dependabot/nuget/non-major-deps-6e3a3bd644 branch May 26, 2025 20:23
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