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 with 12 updates #141

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the nuget-dependencies group with 12 updates:

Package From To
Fluid.Core 2.15.0 2.16.0
MailKit 4.8.0 4.9.0
Scalar.AspNetCore 1.2.49 1.2.56
Swashbuckle.AspNetCore.Swagger 7.1.0 7.2.0
Swashbuckle.AspNetCore.SwaggerGen 7.1.0 7.2.0
Swashbuckle.AspNetCore.SwaggerUI 7.1.0 7.2.0
Swashbuckle.AspNetCore 7.1.0 7.2.0
Testcontainers.PostgreSql 4.0.0 4.1.0
Testcontainers.Redis 4.0.0 4.1.0
TUnit 0.4.86 0.4.105
OpenTelemetry.Instrumentation.AspNetCore 1.9.0 1.10.1
Swashbuckle.AspNetCore.Annotations 7.1.0 7.2.0

Updates Fluid.Core from 2.15.0 to 2.16.0

Release notes

Sourced from Fluid.Core's releases.

v2.16.0

What's Changed

Full Changelog: sebastienros/fluid@v2.15.0...v2.16.0

Commits

Updates MailKit from 4.8.0 to 4.9.0

Changelog

Sourced from MailKit's changelog.

MailKit 4.9.0 (2024-12-09)

  • Added an IMAP work-around for mail.ru which sometimes sends integer tokens as decimals in its responses. (issue #1838)
  • Added a workaround for GMail IMAP BODY responses that include multipart expressions without any children (e.g. ("ALTERNATIVE")). (issue #1841)
  • Fixed default system proxy to handle null credentials and check if the targetUri is bypassed. (issue #1852)
  • Dropped support for net6.0 (Microsoft support ended Nov 12, 2024).
  • Bumped System.Threading.Tasks.Extensions dependency to 4.6.0.
  • Bumped MimeKit dependency to 4.9.0.
Commits
  • c196eda Bumped version to 4.9.0
  • 2a77226 Fixed AotCompatibility project
  • 40901fb Create aot-compatibility.yml
  • 018d7a6 Added AOT compatibility test
  • 94d9283 Bumped MimeKit
  • 848f591 Updated GMail SSL certificates
  • b62baf1 Remove explicit dependency on System.Runtime.CompilerServices.Unsafe
  • a82daa2 Added more tests for WebProxyClient
  • 402bbb2 Bump altcover.global from 8.8.173 to 9.0.1 (#1854)
  • af5c4a0 Update main.yml
  • Additional commits viewable in compare view

Updates Scalar.AspNetCore from 1.2.49 to 1.2.56

Commits

Updates Swashbuckle.AspNetCore.Swagger from 7.1.0 to 7.2.0

Release notes

Sourced from Swashbuckle.AspNetCore.Swagger's releases.

v7.2.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.1.0...v7.2.0

Commits

Updates Swashbuckle.AspNetCore.SwaggerGen from 7.1.0 to 7.2.0

Release notes

Sourced from Swashbuckle.AspNetCore.SwaggerGen's releases.

v7.2.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.1.0...v7.2.0

Commits

Updates Swashbuckle.AspNetCore.SwaggerUI from 7.1.0 to 7.2.0

Release notes

Sourced from Swashbuckle.AspNetCore.SwaggerUI's releases.

v7.2.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.1.0...v7.2.0

Commits

Updates Swashbuckle.AspNetCore from 7.1.0 to 7.2.0

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v7.2.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.1.0...v7.2.0

Commits

Updates Testcontainers.PostgreSql from 4.0.0 to 4.1.0

Release notes

Sourced from Testcontainers.PostgreSql's releases.

4.1.0

What's Changed

This is likely the last release for this year, unless urgent fixes become necessary.

I want to mention a change introduced in the last major release, where we refactored the IImage interface. As part of this update, we removed obsolete properties and overloaded constructors. If you previously used an overload other than DockerImage(string), please ensure you pass the correct values to the constructor.

Additionally, we replaced Docker.DotNet with our own fork to keep the Docker Engine API up to date. Our goal is to improve reliability and performance while offering a more developer-friendly and convenient client. If you depend on a Docker client for .NET, we encourage you to contribute to this project ❤️.

On a personal note, I wish everyone a peaceful and lovely holiday season. Take this time to rest, connect with loved ones, and recharge for the new year. Take care.

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

Commits
  • 0d86bda fix: Set XunitV3 packable and publishable to false (NU5104)
  • bf182b2 fix: Remove Sonar code smells
  • 8e0f6d5 feat: Add Azure Service Bus module (#1309)
  • 5ff4ae1 feat: Set ryuk.container.privileged default value to true (#1313)
  • e982134 fix: Postpone exception in DbContainerFixture to match the behavior of `Con...
  • 1f78b90 feat: Remove net6.0 and add net9.0 TFM (#1311)
  • 49ef7dc fix: Remove Sonar code smells
  • 1cf48b2 feat: Introduce a new Testcontainers.Xunit package (#1165)
  • aa8234d feat: Add Respawn example (#1307)
  • 6051cdb chore: Add test to ensure that all test projects are configured for CI
  • Additional commits viewable in compare view

Updates Testcontainers.Redis from 4.0.0 to 4.1.0

Release notes

Sourced from Testcontainers.Redis's releases.

4.1.0

What's Changed

This is likely the last release for this year, unless urgent fixes become necessary.

I want to mention a change introduced in the last major release, where we refactored the IImage interface. As part of this update, we removed obsolete properties and overloaded constructors. If you previously used an overload other than DockerImage(string), please ensure you pass the correct values to the constructor.

Additionally, we replaced Docker.DotNet with our own fork to keep the Docker Engine API up to date. Our goal is to improve reliability and performance while offering a more developer-friendly and convenient client. If you depend on a Docker client for .NET, we encourage you to contribute to this project ❤️.

On a personal note, I wish everyone a peaceful and lovely holiday season. Take this time to rest, connect with loved ones, and recharge for the new year. Take care.

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

Commits
  • 0d86bda fix: Set XunitV3 packable and publishable to false (NU5104)
  • bf182b2 fix: Remove Sonar code smells
  • 8e0f6d5 feat: Add Azure Service Bus module (#1309)
  • 5ff4ae1 feat: Set ryuk.container.privileged default value to true (#1313)
  • e982134 fix: Postpone exception in DbContainerFixture to match the behavior of `Con...
  • 1f78b90 feat: Remove net6.0 and add net9.0 TFM (#1311)
  • 49ef7dc fix: Remove Sonar code smells
  • 1cf48b2 feat: Introduce a new Testcontainers.Xunit package (#1165)
  • aa8234d feat: Add Respawn example (#1307)
  • 6051cdb chore: Add test to ensure that all test projects are configured for CI
  • Additional commits viewable in compare view

Updates TUnit from 0.4.86 to 0.4.105

Commits

Updates OpenTelemetry.Instrumentation.AspNetCore from 1.9.0 to 1.10.1

Release notes

Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.

Instrumentation.AspNetCore-1.10.1

Instrumentation.AspNetCore-1.10.0

Resources.ProcessRuntime-1.10.0-beta.1

Resources.Process-1.10.0-beta.1

Resources.OperatingSystem-1.10.0-beta.1

... (truncated)

Commits
  • 1fc2dba [release] Prepare release Instrumentation.AspNetCore-1.10.1 (#2406)
  • efe6eda [aspnetcore] Restore metrics instrumentation in netstandard builds (#2403)
  • 92b48e1 Added changes to AWSXRayPropagator (#2359)
  • 5811e1d [release] Instrumentation.AspNetCore- stable release 1.10.0 updates (#2401)
  • bef4fbe [release] Prepare release Instrumentation.AspNetCore-1.10.0 (#2400)
  • 3964894 [Instrumentation.AspNetCore] metrics - cleanup code after dropping support fo...
  • e4f3b05 [release] Prepare release Resources.ProcessRuntime-1.10.0-beta.1 (#2398)
  • 94af78e [release] Prepare release Resources.Process-1.10.0-beta.1 (#2396)
  • 9875d90 [release] Prepare release Resources.OperatingSystem-1.10.0-beta.1 (#2394)
  • 0d0db1b [release] Prepare release Resources.Host-1.10.0-beta.1 (#2392)
  • Additional commits viewable in compare view

Updates Swashbuckle.AspNetCore.Annotations from 7.1.0 to 7.2.0

Release notes

Sourced from Swashbuckle.AspNetCore.Annotations's releases.

v7.2.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.1.0...v7.2.0

Commits

Updates Swashbuckle.AspNetCore.Swagger from 7.1.0 to 7.2.0

Release notes

Sourced from Swashbuckle.AspNetCore.Swagger's releases.

v7.2.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.1.0...v7.2.0

Commits

Updates Swashbuckle.AspNetCore.SwaggerGen from 7.1.0 to 7.2.0

Release notes

Sourced from Swashbuckle.AspNetCore.SwaggerGen's releases.

v7.2.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.1.0...v7.2.0

Commits

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

Bumps the nuget-dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [Fluid.Core](https://github.com/sebastienros/fluid) | `2.15.0` | `2.16.0` |
| [MailKit](https://github.com/jstedfast/MailKit) | `4.8.0` | `4.9.0` |
| [Scalar.AspNetCore](https://github.com/scalar/scalar) | `1.2.49` | `1.2.56` |
| [Swashbuckle.AspNetCore.Swagger](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.1.0` | `7.2.0` |
| [Swashbuckle.AspNetCore.SwaggerGen](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.1.0` | `7.2.0` |
| [Swashbuckle.AspNetCore.SwaggerUI](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.1.0` | `7.2.0` |
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.1.0` | `7.2.0` |
| [Testcontainers.PostgreSql](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` |
| [Testcontainers.Redis](https://github.com/testcontainers/testcontainers-dotnet) | `4.0.0` | `4.1.0` |
| [TUnit](https://github.com/thomhurst/TUnit) | `0.4.86` | `0.4.105` |
| [OpenTelemetry.Instrumentation.AspNetCore](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) | `1.9.0` | `1.10.1` |
| [Swashbuckle.AspNetCore.Annotations](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.1.0` | `7.2.0` |


Updates `Fluid.Core` from 2.15.0 to 2.16.0
- [Release notes](https://github.com/sebastienros/fluid/releases)
- [Commits](sebastienros/fluid@v2.15.0...v2.16.0)

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

Updates `Scalar.AspNetCore` from 1.2.49 to 1.2.56
- [Changelog](https://github.com/scalar/scalar/blob/main/RELEASE.md)
- [Commits](https://github.com/scalar/scalar/commits)

Updates `Swashbuckle.AspNetCore.Swagger` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.1.0...v7.2.0)

Updates `Swashbuckle.AspNetCore.SwaggerGen` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.1.0...v7.2.0)

Updates `Swashbuckle.AspNetCore.SwaggerUI` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.1.0...v7.2.0)

Updates `Swashbuckle.AspNetCore` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.1.0...v7.2.0)

Updates `Testcontainers.PostgreSql` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-dotnet@4.0.0...4.1.0)

Updates `Testcontainers.Redis` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-dotnet@4.0.0...4.1.0)

Updates `TUnit` from 0.4.86 to 0.4.105
- [Commits](https://github.com/thomhurst/TUnit/commits)

Updates `OpenTelemetry.Instrumentation.AspNetCore` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)
- [Commits](open-telemetry/opentelemetry-dotnet-contrib@Exporter.Geneva-1.9.0...Instrumentation.AspNetCore-1.10.1)

Updates `Swashbuckle.AspNetCore.Annotations` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.1.0...v7.2.0)

Updates `Swashbuckle.AspNetCore.Swagger` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.1.0...v7.2.0)

Updates `Swashbuckle.AspNetCore.SwaggerGen` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.1.0...v7.2.0)

---
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: Scalar.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Swashbuckle.AspNetCore.Swagger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Swashbuckle.AspNetCore.SwaggerGen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Swashbuckle.AspNetCore.SwaggerUI
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Testcontainers.PostgreSql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Testcontainers.Redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: TUnit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Swashbuckle.AspNetCore.Annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Swashbuckle.AspNetCore.Swagger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Swashbuckle.AspNetCore.SwaggerGen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
...

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 Dec 16, 2024
@hhvrc hhvrc merged commit fc6721e into develop Dec 16, 2024
8 checks passed
@hhvrc hhvrc deleted the dependabot/nuget/nuget-dependencies-36890d389a branch December 16, 2024 09:09
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