Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps the azure group with 5 updates:

Package From To
Azure.Messaging.EventHubs 5.11.5 5.11.6
Azure.Messaging.EventHubs.Processor 5.11.5 5.11.6
Azure.Messaging.ServiceBus 7.18.3 7.18.4
Microsoft.Azure.SignalR 1.30.0 1.30.2
Microsoft.Azure.SignalR.Management 1.30.0 1.30.2

Updates Azure.Messaging.EventHubs from 5.11.5 to 5.11.6

Release notes

Sourced from Azure.Messaging.EventHubs's releases.

Azure.Messaging.EventHubs.Processor_5.11.6

5.11.6 (2025-02-11)

Other Changes

  • Bump Azure.Messaging.EventHubs dependency to 5.11.6, which includes bumps to several transitive dependencies.

Azure.Messaging.EventHubs_5.11.6

5.11.6 (2025-02-11)

Bugs Fixed

  • Fixed an obscure edge case in the EventHubBufferedProducer client where an obscure race condition when flushing/enqueuing events concurrently with disposing the producer could cause a semaphore to be released inappropriately. This error superseded the TaskCanceledException that should have been surfaced.
Commits

Updates Azure.Messaging.EventHubs.Processor from 5.11.5 to 5.11.6

Release notes

Sourced from Azure.Messaging.EventHubs.Processor's releases.

Azure.Messaging.EventHubs.Processor_5.11.6

5.11.6 (2025-02-11)

Other Changes

  • Bump Azure.Messaging.EventHubs dependency to 5.11.6, which includes bumps to several transitive dependencies.

Azure.Messaging.EventHubs_5.11.6

5.11.6 (2025-02-11)

Bugs Fixed

  • Fixed an obscure edge case in the EventHubBufferedProducer client where an obscure race condition when flushing/enqueuing events concurrently with disposing the producer could cause a semaphore to be released inappropriately. This error superseded the TaskCanceledException that should have been surfaced.
Commits

Updates Azure.Messaging.ServiceBus from 7.18.3 to 7.18.4

Release notes

Sourced from Azure.Messaging.ServiceBus's releases.

Azure.Messaging.ServiceBus_7.18.4

7.18.4 (2025-02-11)

Bugs Fixed

  • Fixed an issue with the AmqpReceiver class where a drain failure during a ReceiveMessagesAsync operation would cause message ordering to be violated. (#47822)

  • Fixed an issue where an error response from the Service Bus administration service without a body was incorrectly parsed, resulting in a null argument exception obscuring the actual failure response. (#47517)

Commits

Updates Microsoft.Azure.SignalR from 1.30.0 to 1.30.2

Release notes

Sourced from Microsoft.Azure.SignalR's releases.

SDK v1.30.2

What's Changed

Full Changelog: Azure/azure-signalr@v1.30.1...v1.30.2

SDK v1.30.1

What's Changed

Full Changelog: Azure/azure-signalr@v1.30.0...v1.30.1

Commits

Updates Microsoft.Azure.SignalR.Management from 1.30.0 to 1.30.2

Release notes

Sourced from Microsoft.Azure.SignalR.Management's releases.

SDK v1.30.2

What's Changed

Full Changelog: Azure/azure-signalr@v1.30.1...v1.30.2

SDK v1.30.1

What's Changed

Full Changelog: Azure/azure-signalr@v1.30.0...v1.30.1

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

@dependabot dependabot bot added the area-codeflow for labeling automated codeflow. intentionally a different color! label Feb 17, 2025
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Feb 17, 2025
Bumps the azure group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Azure.Messaging.EventHubs](https://github.com/Azure/azure-sdk-for-net) | `5.11.5` | `5.11.6` |
| [Azure.Messaging.EventHubs.Processor](https://github.com/Azure/azure-sdk-for-net) | `5.11.5` | `5.11.6` |
| [Azure.Messaging.ServiceBus](https://github.com/Azure/azure-sdk-for-net) | `7.18.3` | `7.18.4` |
| [Microsoft.Azure.SignalR](https://github.com/azure/azure-signalr) | `1.30.0` | `1.30.2` |
| [Microsoft.Azure.SignalR.Management](https://github.com/azure/azure-signalr) | `1.30.0` | `1.30.2` |


Updates `Azure.Messaging.EventHubs` from 5.11.5 to 5.11.6
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.EventHubs_5.11.5...Azure.Messaging.EventHubs_5.11.6)

Updates `Azure.Messaging.EventHubs.Processor` from 5.11.5 to 5.11.6
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.EventHubs.Processor_5.11.5...Azure.Messaging.EventHubs.Processor_5.11.6)

Updates `Azure.Messaging.ServiceBus` from 7.18.3 to 7.18.4
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.ServiceBus_7.18.3...Azure.Messaging.ServiceBus_7.18.4)

Updates `Microsoft.Azure.SignalR` from 1.30.0 to 1.30.2
- [Release notes](https://github.com/azure/azure-signalr/releases)
- [Commits](Azure/azure-signalr@v1.30.0...v1.30.2)

Updates `Microsoft.Azure.SignalR.Management` from 1.30.0 to 1.30.2
- [Release notes](https://github.com/azure/azure-signalr/releases)
- [Commits](Azure/azure-signalr@v1.30.0...v1.30.2)

---
updated-dependencies:
- dependency-name: Azure.Messaging.EventHubs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Azure.Messaging.EventHubs.Processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Azure.Messaging.ServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Microsoft.Azure.SignalR
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Microsoft.Azure.SignalR.Management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/azure-8320583872 branch from eb058e2 to e8ae351 Compare February 18, 2025 17:28
@eerhardt eerhardt merged commit 93cfd18 into main Feb 18, 2025
70 checks passed
@eerhardt eerhardt deleted the dependabot/nuget/azure-8320583872 branch February 18, 2025 18:24
eerhardt pushed a commit to eerhardt/aspire that referenced this pull request Feb 18, 2025
Bumps the azure group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Azure.Messaging.EventHubs](https://github.com/Azure/azure-sdk-for-net) | `5.11.5` | `5.11.6` |
| [Azure.Messaging.EventHubs.Processor](https://github.com/Azure/azure-sdk-for-net) | `5.11.5` | `5.11.6` |
| [Azure.Messaging.ServiceBus](https://github.com/Azure/azure-sdk-for-net) | `7.18.3` | `7.18.4` |
| [Microsoft.Azure.SignalR](https://github.com/azure/azure-signalr) | `1.30.0` | `1.30.2` |
| [Microsoft.Azure.SignalR.Management](https://github.com/azure/azure-signalr) | `1.30.0` | `1.30.2` |


Updates `Azure.Messaging.EventHubs` from 5.11.5 to 5.11.6
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.EventHubs_5.11.5...Azure.Messaging.EventHubs_5.11.6)

Updates `Azure.Messaging.EventHubs.Processor` from 5.11.5 to 5.11.6
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.EventHubs.Processor_5.11.5...Azure.Messaging.EventHubs.Processor_5.11.6)

Updates `Azure.Messaging.ServiceBus` from 7.18.3 to 7.18.4
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.ServiceBus_7.18.3...Azure.Messaging.ServiceBus_7.18.4)

Updates `Microsoft.Azure.SignalR` from 1.30.0 to 1.30.2
- [Release notes](https://github.com/azure/azure-signalr/releases)
- [Commits](Azure/azure-signalr@v1.30.0...v1.30.2)

Updates `Microsoft.Azure.SignalR.Management` from 1.30.0 to 1.30.2
- [Release notes](https://github.com/azure/azure-signalr/releases)
- [Commits](Azure/azure-signalr@v1.30.0...v1.30.2)

---
updated-dependencies:
- dependency-name: Azure.Messaging.EventHubs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Azure.Messaging.EventHubs.Processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Azure.Messaging.ServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Microsoft.Azure.SignalR
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Microsoft.Azure.SignalR.Management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
danmoseley pushed a commit that referenced this pull request Feb 18, 2025
Bumps the azure group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Azure.Messaging.EventHubs](https://github.com/Azure/azure-sdk-for-net) | `5.11.5` | `5.11.6` |
| [Azure.Messaging.EventHubs.Processor](https://github.com/Azure/azure-sdk-for-net) | `5.11.5` | `5.11.6` |
| [Azure.Messaging.ServiceBus](https://github.com/Azure/azure-sdk-for-net) | `7.18.3` | `7.18.4` |
| [Microsoft.Azure.SignalR](https://github.com/azure/azure-signalr) | `1.30.0` | `1.30.2` |
| [Microsoft.Azure.SignalR.Management](https://github.com/azure/azure-signalr) | `1.30.0` | `1.30.2` |


Updates `Azure.Messaging.EventHubs` from 5.11.5 to 5.11.6
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.EventHubs_5.11.5...Azure.Messaging.EventHubs_5.11.6)

Updates `Azure.Messaging.EventHubs.Processor` from 5.11.5 to 5.11.6
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.EventHubs.Processor_5.11.5...Azure.Messaging.EventHubs.Processor_5.11.6)

Updates `Azure.Messaging.ServiceBus` from 7.18.3 to 7.18.4
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.ServiceBus_7.18.3...Azure.Messaging.ServiceBus_7.18.4)

Updates `Microsoft.Azure.SignalR` from 1.30.0 to 1.30.2
- [Release notes](https://github.com/azure/azure-signalr/releases)
- [Commits](Azure/azure-signalr@v1.30.0...v1.30.2)

Updates `Microsoft.Azure.SignalR.Management` from 1.30.0 to 1.30.2
- [Release notes](https://github.com/azure/azure-signalr/releases)
- [Commits](Azure/azure-signalr@v1.30.0...v1.30.2)

---
updated-dependencies:
- dependency-name: Azure.Messaging.EventHubs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Azure.Messaging.EventHubs.Processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Azure.Messaging.ServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Microsoft.Azure.SignalR
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Microsoft.Azure.SignalR.Management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@github-actions github-actions bot locked and limited conversation to collaborators Mar 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-codeflow for labeling automated codeflow. intentionally a different color! community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant