Update azservicebus dependencies to latest versions #24729
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the dependencies for the
azservicebus
package to their latest stable versions to ensure users have access to the most recent features, bug fixes, and security updates.Dependencies Updated
The following Azure SDK core dependencies have been updated:
github.com/Azure/azure-sdk-for-go/sdk/azcore
: v1.17.1 → v1.18.0github.com/Azure/azure-sdk-for-go/sdk/azidentity
: v1.8.2 → v1.10.0github.com/Azure/azure-sdk-for-go/sdk/internal
: v1.10.0 → v1.11.1Dependencies Already Up-to-Date
The following dependencies were already at their latest stable versions:
github.com/Azure/go-amqp
v1.4.0 (latest stable)github.com/stretchr/testify
v1.10.0 (latest)github.com/coder/websocket
v1.8.13 (latest)github.com/joho/godotenv
v1.5.1 (latest stable)github.com/golang/mock
v1.6.0 (latest stable)Additional Changes
Transitive dependencies were automatically updated by
go mod tidy
, including golang.org/x packages for crypto, net, sys, and text to their latest compatible versions.Validation
Fixes #24728.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.