Skip to content

Commit 03478a4

Browse files
authored
[amqp messaging] bump dependency @azure/core-amqp version to ^3.3.0 (Azure#25251)
to ensure v3 rhea and rhea-promise transitive dependencies.
1 parent 070afb9 commit 03478a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/eventhub/event-hubs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
},
108108
"dependencies": {
109109
"@azure/abort-controller": "^1.0.0",
110-
"@azure/core-amqp": "^3.1.0",
110+
"@azure/core-amqp": "^3.3.0",
111111
"@azure/core-auth": "^1.3.0",
112112
"@azure/core-tracing": "^1.0.0",
113113
"@azure/core-util": "^1.2.0",

sdk/servicebus/service-bus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
},
111111
"dependencies": {
112112
"@azure/abort-controller": "^1.0.0",
113-
"@azure/core-amqp": "^3.1.0",
113+
"@azure/core-amqp": "^3.3.0",
114114
"@azure/core-auth": "^1.3.0",
115115
"@azure/core-client": "^1.0.0",
116116
"@azure/core-rest-pipeline": "^1.1.0",

0 commit comments

Comments
 (0)