Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Updated AWSSDK.SimpleNotificationService from 4.0.2.11 to 4.0.2.13.

Release notes

Sourced from AWSSDK.SimpleNotificationService's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated AWSSDK.SQS from 4.0.2.9 to 4.0.2.11.

Release notes

Sourced from AWSSDK.SQS's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Confluent.Kafka from 2.12.0 to 2.13.0.

Release notes

Sourced from Confluent.Kafka's releases.

2.13.0

Enhancements

  • References librdkafka.redist 2.13.0. Refer to the librdkafka v2.13.0 release notes for more information.
  • Support Avro schema references for C# client (#​2534)
  • Add Accept-Version header (#​2536)
  • Handle evolution during field transformation (#​2541)
  • Re-enable deserialization optimization by removing unnecessary array conversions (#​2531)

Fixes

  • Ensure schemaId initialization is thread-safe (#​2540)
  • Ensure all deps are strongly named (#​2548)

Commits viewable in compare view.

Updated dotnet-stryker from 4.9.1 to 4.11.0.

Release notes

Sourced from dotnet-stryker's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Google.Protobuf from 3.33.2 to 3.33.3.

Release notes

Sourced from Google.Protobuf's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker.Extensions.DurableTask from 1.12.1 to 1.13.0.

Release notes

Sourced from Microsoft.Azure.Functions.Worker.Extensions.DurableTask's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated NATS.Net from 2.7.0 to 2.7.1.

Release notes

Sourced from NATS.Net's releases.

2.7.1

This is a patch fix release for NATS .NET client fixing breaking changes introduced in the previous minor release. With this release errors with transient dependencies that are referencing older versions of the client are corrected by using type forwarding since we moved serialization interfaces to a new 'Abstractions' assembly. We are planning to more other interfaces into the Abstractions assembly and we will make sure the type forwards are in place for those. We also had a fix for an OTel extension due to moving return types to interfaces.

What's Changed

Full Changelog: nats-io/nats.net@v2.7.0...v2.7.1

Big thanks to @​caleblloyd and @​heikkilamarko for their help finding and fixing these issues for everyone.

You can download this release from NuGet as usual: https://www.nuget.org/packages/NATS.Net/2.7.1

Commits viewable in compare view.

Updated TUnit from 1.9.2 to 1.9.85.

Release notes

Sourced from TUnit's releases.

1.9.85

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.81...v1.9.85

1.9.81

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.68...v1.9.81

1.9.68

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.64...v1.9.68

1.9.64

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.55...v1.9.64

1.9.55

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.45...v1.9.55

1.9.45

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.42...v1.9.45

1.9.42

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.26...v1.9.42

1.9.26

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.17...v1.9.26

1.9.17

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.9.2...v1.9.17

Commits viewable in compare view.

Updated WireMock.Net from 1.22.0 to 1.23.0.

Release notes

Sourced from WireMock.Net's releases.

1.23.0

What's Changed

New Contributors

Full Changelog: wiremock/WireMock.Net@1.22.0...1.23.0

Commits viewable in compare view.

Updated WireMock.Net.Testcontainers from 1.22.0 to 1.23.0.

Release notes

Sourced from WireMock.Net.Testcontainers's releases.

1.23.0

What's Changed

New Contributors

Full Changelog: wiremock/WireMock.Net@1.22.0...1.23.0

Commits viewable in compare view.

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 AWSSDK.SimpleNotificationService from 4.0.2.11 to 4.0.2.13
Bumps AWSSDK.SQS from 4.0.2.9 to 4.0.2.11
Bumps Confluent.Kafka from 2.12.0 to 2.13.0
Bumps dotnet-stryker from 4.9.1 to 4.11.0
Bumps Google.Protobuf from 3.33.2 to 3.33.3
Bumps Microsoft.Azure.Functions.Worker.Extensions.DurableTask from 1.12.1 to 1.13.0
Bumps NATS.Net from 2.7.0 to 2.7.1
Bumps TUnit from 1.9.2 to 1.9.85
Bumps WireMock.Net from 1.22.0 to 1.23.0
Bumps WireMock.Net.Testcontainers from 1.22.0 to 1.23.0

---
updated-dependencies:
- dependency-name: AWSSDK.SimpleNotificationService
  dependency-version: 4.0.2.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor
- dependency-name: AWSSDK.SQS
  dependency-version: 4.0.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor
- dependency-name: Confluent.Kafka
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor
- dependency-name: dotnet-stryker
  dependency-version: 4.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor
- dependency-name: Google.Protobuf
  dependency-version: 3.33.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.DurableTask
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor
- dependency-name: NATS.Net
  dependency-version: 2.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor
- dependency-name: TUnit
  dependency-version: 1.9.85
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor
- dependency-name: WireMock.Net
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor
- dependency-name: WireMock.Net.Testcontainers
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 12, 2026

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@coderabbitai
Copy link

coderabbitai bot commented Jan 12, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@dlrivada dlrivada merged commit 78b0dc0 into main Jan 12, 2026
7 of 8 checks passed
@dlrivada dlrivada deleted the dependabot/nuget/dot-config/nuget-minor-f5b36bdb84 branch January 12, 2026 14:54
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.

1 participant