Skip to content

build: bump the all group with 6 updates#147

Merged
Thorstein Løkensgard (loekensgard) merged 3 commits intomainfrom
dependabot/nuget/all-aaba972289
May 5, 2025
Merged

build: bump the all group with 6 updates#147
Thorstein Løkensgard (loekensgard) merged 3 commits intomainfrom
dependabot/nuget/all-aaba972289

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the all group with 6 updates:

Package From To
Microsoft.Extensions.Hosting.Abstractions 9.0.3 9.0.4
Microsoft.Extensions.Logging.Abstractions 9.0.3 9.0.4
Sentry.AspNetCore 5.0.1 5.6.0
Sentry.Serilog 5.4.0 5.6.0
Swashbuckle.AspNetCore 8.1.0 8.1.1
Microsoft.Extensions.Hosting 9.0.3 9.0.4

Updates Microsoft.Extensions.Hosting.Abstractions from 9.0.3 to 9.0.4

Release notes

Sourced from Microsoft.Extensions.Hosting.Abstractions'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.Logging.Abstractions from 9.0.3 to 9.0.4

Release notes

Sourced from Microsoft.Extensions.Logging.Abstractions'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 Sentry.AspNetCore from 5.0.1 to 5.6.0

Release notes

Sourced from Sentry.AspNetCore's releases.

5.6.0

Features

  • Option to disable the SentryNative integration (#4107, #4134)
  • Reintroduced experimental support for Session Replay on Android (#4097)

Fixes

  • Ensure user exception data is not removed by AspNetCoreExceptionProcessor (#4016)
  • Prevent users from disabling AndroidEnableAssemblyCompression which leads to untrappable crash (#4089)
  • Fixed MSVCRT build warning on Windows (#4111)

Features

  • If an incoming HTTP request has the traceparent header, it is now parsed and interpreted like the sentry-trace header. Outgoing requests now contain the traceparent header to facilitate integration with servesr that only support the W3C Trace Context. (#4084)

Dependencies

5.5.1

Fixes

  • Fix UWP Net Native compilation (#4085)
  • Sentry Java SDK dependencies are now detected and included in the Android bindings (#4079)

5.5.0

Features

  • The IScopeObserver now has an SetTrace that allows observing changes to the scope's trace context. The SDK uses this to propagate the trace ID to sentry-native. This allows Sentry to connect errors coming from all layers of your application (#4026)
  • Exception.HResult is now included in the mechanism data for all exceptions (#4029)

Fixes

  • Fixed symbolication and source context for net9.0-android (#4033)
  • Single quotes added to the release name when using MS Build to create Sentry releases on Windows (#4015)
  • Target net9.0 on Sentry.Google.Cloud.Functions to avoid conflict with Sentry.AspNetCore (#4039)
  • Changed default value for SentryOptions.EnableAppHangTrackingV2 to false (#4042)
  • Missing MAUI Shell navigation breadcrumbs on iOS (#4006)
  • Prevent application crashes when capturing screenshots on iOS (#4069)

Dependencies

  • Bump Native SDK from v0.8.1 to v0.8.2 (#4050)

... (truncated)

Changelog

Sourced from Sentry.AspNetCore's changelog.

5.6.0

Features

  • Option to disable the SentryNative integration (#4107, #4134)
    • To disable it, add this msbuild property: <SentryNative>false</SentryNative>
  • Reintroduced experimental support for Session Replay on Android (#4097)
  • If an incoming HTTP request has the traceparent header, it is now parsed and interpreted like the sentry-trace header. Outgoing requests now contain the traceparent header to facilitate integration with servesr that only support the W3C Trace Context. (#4084)

Fixes

  • Ensure user exception data is not removed by AspNetCoreExceptionProcessor (#4016)
  • Prevent users from disabling AndroidEnableAssemblyCompression which leads to untrappable crash (#4089)
  • Added a SentrySetCommitReleaseOptions build property that can be specified separately from SentryReleaseOptions (#4109)
  • Fixed MSVCRT build warning on Windows (#4111)

Dependencies

5.5.1

Fixes

  • Fix UWP Net Native compilation (#4085)
  • Sentry Java SDK dependencies are now detected and included in the Android bindings (#4079)

5.5.0

Features

  • The IScopeObserver now has an SetTrace that allows observing changes to the scope's trace context. The SDK uses this to propagate the trace ID to sentry-native. This allows Sentry to connect errors coming from all layers of your application (#4026)
  • Exception.HResult is now included in the mechanism data for all exceptions (#4029)

Dependencies

Fixes

  • Fixed symbolication and source context for net9.0-android (#4033)
  • Single quotes added to the release name when using MS Build to create Sentry releases on Windows (#4015)
  • Target net9.0 on Sentry.Google.Cloud.Functions to avoid conflict with Sentry.AspNetCore (#4039)

... (truncated)

Commits

Updates Sentry.Serilog from 5.4.0 to 5.6.0

Release notes

Sourced from Sentry.Serilog's releases.

5.6.0

Features

  • Option to disable the SentryNative integration (#4107, #4134)
  • Reintroduced experimental support for Session Replay on Android (#4097)

Fixes

  • Ensure user exception data is not removed by AspNetCoreExceptionProcessor (#4016)
  • Prevent users from disabling AndroidEnableAssemblyCompression which leads to untrappable crash (#4089)
  • Fixed MSVCRT build warning on Windows (#4111)

Features

  • If an incoming HTTP request has the traceparent header, it is now parsed and interpreted like the sentry-trace header. Outgoing requests now contain the traceparent header to facilitate integration with servesr that only support the W3C Trace Context. (#4084)

Dependencies

5.5.1

Fixes

  • Fix UWP Net Native compilation (#4085)
  • Sentry Java SDK dependencies are now detected and included in the Android bindings (#4079)

5.5.0

Features

  • The IScopeObserver now has an SetTrace that allows observing changes to the scope's trace context. The SDK uses this to propagate the trace ID to sentry-native. This allows Sentry to connect errors coming from all layers of your application (#4026)
  • Exception.HResult is now included in the mechanism data for all exceptions (#4029)

Fixes

  • Fixed symbolication and source context for net9.0-android (#4033)
  • Single quotes added to the release name when using MS Build to create Sentry releases on Windows (#4015)
  • Target net9.0 on Sentry.Google.Cloud.Functions to avoid conflict with Sentry.AspNetCore (#4039)
  • Changed default value for SentryOptions.EnableAppHangTrackingV2 to false (#4042)
  • Missing MAUI Shell navigation breadcrumbs on iOS (#4006)
  • Prevent application crashes when capturing screenshots on iOS (#4069)

Dependencies

  • Bump Native SDK from v0.8.1 to v0.8.2 (#4050)

... (truncated)

Changelog

Sourced from Sentry.Serilog's changelog.

5.6.0

Features

  • Option to disable the SentryNative integration (#4107, #4134)
    • To disable it, add this msbuild property: <SentryNative>false</SentryNative>
  • Reintroduced experimental support for Session Replay on Android (#4097)
  • If an incoming HTTP request has the traceparent header, it is now parsed and interpreted like the sentry-trace header. Outgoing requests now contain the traceparent header to facilitate integration with servesr that only support the W3C Trace Context. (#4084)

Fixes

  • Ensure user exception data is not removed by AspNetCoreExceptionProcessor (#4016)
  • Prevent users from disabling AndroidEnableAssemblyCompression which leads to untrappable crash (#4089)
  • Added a SentrySetCommitReleaseOptions build property that can be specified separately from SentryReleaseOptions (#4109)
  • Fixed MSVCRT build warning on Windows (#4111)

Dependencies

5.5.1

Fixes

  • Fix UWP Net Native compilation (#4085)
  • Sentry Java SDK dependencies are now detected and included in the Android bindings (#4079)

5.5.0

Features

  • The IScopeObserver now has an SetTrace that allows observing changes to the scope's trace context. The SDK uses this to propagate the trace ID to sentry-native. This allows Sentry to connect errors coming from all layers of your application (#4026)
  • Exception.HResult is now included in the mechanism data for all exceptions (#4029)

Dependencies

Fixes

  • Fixed symbolication and source context for net9.0-android (#4033)
  • Single quotes added to the release name when using MS Build to create Sentry releases on Windows (#4015)
  • Target net9.0 on Sentry.Google.Cloud.Functions to avoid conflict with Sentry.AspNetCore (#4039)

... (truncated)

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 Microsoft.Extensions.Hosting from 9.0.3 to 9.0.4

Release notes

Sourced from Microsoft.Extensions.Hosting's releases.

.NET 9.0.4

Release

What's Changed

Bumps the all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.Extensions.Hosting.Abstractions](https://github.com/dotnet/runtime) | `9.0.3` | `9.0.4` |
| [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `9.0.3` | `9.0.4` |
| [Sentry.AspNetCore](https://github.com/getsentry/sentry-dotnet) | `5.0.1` | `5.6.0` |
| [Sentry.Serilog](https://github.com/getsentry/sentry-dotnet) | `5.4.0` | `5.6.0` |
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `8.1.0` | `8.1.1` |
| [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `9.0.3` | `9.0.4` |


Updates `Microsoft.Extensions.Hosting.Abstractions` 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.Logging.Abstractions` 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 `Sentry.AspNetCore` from 5.0.1 to 5.6.0
- [Release notes](https://github.com/getsentry/sentry-dotnet/releases)
- [Changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dotnet@5.0.1...5.6.0)

Updates `Sentry.Serilog` from 5.4.0 to 5.6.0
- [Release notes](https://github.com/getsentry/sentry-dotnet/releases)
- [Changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dotnet@5.4.0...5.6.0)

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 `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: Microsoft.Extensions.Hosting.Abstractions
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Sentry.AspNetCore
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Sentry.Serilog
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Swashbuckle.AspNetCore
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Microsoft.Extensions.Hosting
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 1, 2025 07:58
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 1, 2025
@loekensgard Thorstein Løkensgard (loekensgard) merged commit 90c92ed into main May 5, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/nuget/all-aaba972289 branch May 5, 2025 11:12
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.

1 participant