diff --git a/common/perf-test-core/pom.xml b/common/perf-test-core/pom.xml
index a15a58fb7043..d39aef13a894 100644
--- a/common/perf-test-core/pom.xml
+++ b/common/perf-test-core/pom.xml
@@ -56,8 +56,8 @@
com.beust:jcommander:[1.82]
- io.projectreactor:reactor-core:[3.7.8]
- io.vertx:vertx-codegen:[4.5.15]
+ io.projectreactor:reactor-core:[3.7.9]
+ io.vertx:vertx-codegen:[4.5.17]
@@ -95,7 +95,7 @@
io.vertx
vertx-codegen
- 4.5.15
+ 4.5.17
provided
diff --git a/eng/versioning/external_dependencies.txt b/eng/versioning/external_dependencies.txt
index b58f7ea154e8..95c5481933f2 100644
--- a/eng/versioning/external_dependencies.txt
+++ b/eng/versioning/external_dependencies.txt
@@ -44,24 +44,24 @@ commons-net:commons-net;3.9.0
io.cloudevents:cloudevents-api;2.2.0
io.cloudevents:cloudevents-core;2.2.0
io.fabric8:kubernetes-client;6.12.1
-io.netty:netty-buffer;4.1.123.Final
-io.netty:netty-common;4.1.123.Final
-io.netty:netty-codec;4.1.123.Final
-io.netty:netty-codec-http;4.1.123.Final
-io.netty:netty-codec-http2;4.1.123.Final
-io.netty:netty-handler;4.1.123.Final
-io.netty:netty-handler-proxy;4.1.123.Final
-io.netty:netty-resolver;4.1.123.Final
-io.netty:netty-resolver-dns;4.1.123.Final
+io.netty:netty-buffer;4.1.124.Final
+io.netty:netty-common;4.1.124.Final
+io.netty:netty-codec;4.1.124.Final
+io.netty:netty-codec-http;4.1.124.Final
+io.netty:netty-codec-http2;4.1.124.Final
+io.netty:netty-handler;4.1.124.Final
+io.netty:netty-handler-proxy;4.1.124.Final
+io.netty:netty-resolver;4.1.124.Final
+io.netty:netty-resolver-dns;4.1.124.Final
io.netty:netty-tcnative-boringssl-static;2.0.72.Final
-io.netty:netty-transport;4.1.123.Final
-io.netty:netty-transport-native-epoll;4.1.123.Final
-io.netty:netty-transport-native-unix-common;4.1.123.Final
-io.netty:netty-transport-native-kqueue;4.1.123.Final
-io.projectreactor.netty:reactor-netty-http;1.2.8
-io.projectreactor:reactor-core;3.7.8
-io.vertx:vertx-codegen;4.5.15
-io.vertx:vertx-core;4.5.15
+io.netty:netty-transport;4.1.124.Final
+io.netty:netty-transport-native-epoll;4.1.124.Final
+io.netty:netty-transport-native-unix-common;4.1.124.Final
+io.netty:netty-transport-native-kqueue;4.1.124.Final
+io.projectreactor.netty:reactor-netty-http;1.2.9
+io.projectreactor:reactor-core;3.7.9
+io.vertx:vertx-codegen;4.5.17
+io.vertx:vertx-core;4.5.17
javax.websocket:javax.websocket-api;1.1
org.apache.commons:commons-compress;1.26.0
org.apache.ant:ant;1.10.14
diff --git a/sdk/clientcore/http-netty4/pom.xml b/sdk/clientcore/http-netty4/pom.xml
index 6ba17179a4ba..b12acdbbd0a2 100644
--- a/sdk/clientcore/http-netty4/pom.xml
+++ b/sdk/clientcore/http-netty4/pom.xml
@@ -56,7 +56,7 @@
io.clientcore.core.implementation*,io.clientcore.core.models,io.clientcore.core.util,io.clientcore.core.util*
- 4.1.123.Final
+ 4.1.124.Final
@@ -69,52 +69,52 @@
io.netty
netty-buffer
- 4.1.123.Final
+ 4.1.124.Final
io.netty
netty-codec
- 4.1.123.Final
+ 4.1.124.Final
io.netty
netty-codec-http
- 4.1.123.Final
+ 4.1.124.Final
io.netty
netty-codec-http2
- 4.1.123.Final
+ 4.1.124.Final
io.netty
netty-common
- 4.1.123.Final
+ 4.1.124.Final
io.netty
netty-handler
- 4.1.123.Final
+ 4.1.124.Final
io.netty
netty-handler-proxy
- 4.1.123.Final
+ 4.1.124.Final
io.netty
netty-resolver
- 4.1.123.Final
+ 4.1.124.Final
io.netty
netty-resolver-dns
- 4.1.123.Final
+ 4.1.124.Final
io.netty
netty-transport
- 4.1.123.Final
+ 4.1.124.Final
@@ -129,14 +129,14 @@
io.netty
netty-transport-native-unix-common
- 4.1.123.Final
+ 4.1.124.Final
linux-x86_64
test
io.netty
netty-transport-native-epoll
- 4.1.123.Final
+ 4.1.124.Final
linux-x86_64
test
@@ -144,14 +144,14 @@
io.netty
netty-transport-native-unix-common
- 4.1.123.Final
+ 4.1.124.Final
osx-x86_64
test
io.netty
netty-transport-native-kqueue
- 4.1.123.Final
+ 4.1.124.Final
osx-x86_64
test
@@ -217,16 +217,16 @@
- io.netty:netty-buffer:[4.1.123.Final]
- io.netty:netty-codec:[4.1.123.Final]
- io.netty:netty-codec-http:[4.1.123.Final]
- io.netty:netty-codec-http2:[4.1.123.Final]
- io.netty:netty-common:[4.1.123.Final]
- io.netty:netty-handler:[4.1.123.Final]
- io.netty:netty-handler-proxy:[4.1.123.Final]
- io.netty:netty-resolver:[4.1.123.Final]
- io.netty:netty-resolver-dns:[4.1.123.Final]
- io.netty:netty-transport:[4.1.123.Final]
+ io.netty:netty-buffer:[4.1.124.Final]
+ io.netty:netty-codec:[4.1.124.Final]
+ io.netty:netty-codec-http:[4.1.124.Final]
+ io.netty:netty-codec-http2:[4.1.124.Final]
+ io.netty:netty-common:[4.1.124.Final]
+ io.netty:netty-handler:[4.1.124.Final]
+ io.netty:netty-handler-proxy:[4.1.124.Final]
+ io.netty:netty-resolver:[4.1.124.Final]
+ io.netty:netty-resolver-dns:[4.1.124.Final]
+ io.netty:netty-transport:[4.1.124.Final]
diff --git a/sdk/core/azure-core-http-netty/pom.xml b/sdk/core/azure-core-http-netty/pom.xml
index 920ba4efb796..e17542790ec9 100644
--- a/sdk/core/azure-core-http-netty/pom.xml
+++ b/sdk/core/azure-core-http-netty/pom.xml
@@ -64,7 +64,7 @@
false
false
- 4.1.123.Final
+ 4.1.124.Final
2.0.72.Final
@@ -85,49 +85,49 @@
io.netty
netty-handler
- 4.1.123.Final
+ 4.1.124.Final
io.netty
netty-handler-proxy
- 4.1.123.Final
+ 4.1.124.Final
io.netty
netty-buffer
- 4.1.123.Final
+ 4.1.124.Final
io.netty
netty-codec
- 4.1.123.Final
+ 4.1.124.Final
io.netty
netty-codec-http
- 4.1.123.Final
+ 4.1.124.Final
io.netty
netty-codec-http2
- 4.1.123.Final
+ 4.1.124.Final
io.netty
netty-transport-native-unix-common
- 4.1.123.Final
+ 4.1.124.Final
io.netty
netty-transport-native-epoll
- 4.1.123.Final
+ 4.1.124.Final
linux-x86_64
io.netty
netty-transport-native-kqueue
- 4.1.123.Final
+ 4.1.124.Final
osx-x86_64
@@ -141,13 +141,13 @@
io.projectreactor.netty
reactor-netty-http
- 1.2.8
+ 1.2.9
io.netty
netty-common
- 4.1.123.Final
+ 4.1.124.Final
@@ -209,17 +209,17 @@
io.netty:netty-tcnative-boringssl-static:[2.0.72.Final]
- io.projectreactor.netty:reactor-netty-http:[1.2.8]
- io.netty:netty-buffer:[4.1.123.Final]
- io.netty:netty-common:[4.1.123.Final]
- io.netty:netty-codec:[4.1.123.Final]
- io.netty:netty-codec-http:[4.1.123.Final]
- io.netty:netty-codec-http2:[4.1.123.Final]
- io.netty:netty-handler:[4.1.123.Final]
- io.netty:netty-handler-proxy:[4.1.123.Final]
- io.netty:netty-transport-native-unix-common:[4.1.123.Final]
- io.netty:netty-transport-native-epoll:[4.1.123.Final]
- io.netty:netty-transport-native-kqueue:[4.1.123.Final]
+ io.projectreactor.netty:reactor-netty-http:[1.2.9]
+ io.netty:netty-buffer:[4.1.124.Final]
+ io.netty:netty-common:[4.1.124.Final]
+ io.netty:netty-codec:[4.1.124.Final]
+ io.netty:netty-codec-http:[4.1.124.Final]
+ io.netty:netty-codec-http2:[4.1.124.Final]
+ io.netty:netty-handler:[4.1.124.Final]
+ io.netty:netty-handler-proxy:[4.1.124.Final]
+ io.netty:netty-transport-native-unix-common:[4.1.124.Final]
+ io.netty:netty-transport-native-epoll:[4.1.124.Final]
+ io.netty:netty-transport-native-kqueue:[4.1.124.Final]
diff --git a/sdk/core/azure-core-http-vertx/pom.xml b/sdk/core/azure-core-http-vertx/pom.xml
index 287c87aa2aa6..3fd59582b39f 100644
--- a/sdk/core/azure-core-http-vertx/pom.xml
+++ b/sdk/core/azure-core-http-vertx/pom.xml
@@ -82,14 +82,14 @@
io.vertx
vertx-codegen
- 4.5.15
+ 4.5.17
provided
io.vertx
vertx-core
- 4.5.15
+ 4.5.17
@@ -172,8 +172,8 @@
- io.vertx:vertx-codegen:[4.5.15]
- io.vertx:vertx-core:[4.5.15]
+ io.vertx:vertx-codegen:[4.5.17]
+ io.vertx:vertx-core:[4.5.17]
diff --git a/sdk/core/azure-core-version-tests/pom.xml b/sdk/core/azure-core-version-tests/pom.xml
index 7b94d10b3515..76b0fd404f5b 100644
--- a/sdk/core/azure-core-version-tests/pom.xml
+++ b/sdk/core/azure-core-version-tests/pom.xml
@@ -95,7 +95,7 @@
io.projectreactor
reactor-core
- 3.7.8
+ 3.7.9
+ io.projectreactor:reactor-core:[3.7.9]
com.fasterxml.jackson.core:jackson-annotations:[2.18.4]
com.fasterxml.jackson.core:jackson-core:[2.18.4.1]
com.fasterxml.jackson.core:jackson-databind:[2.18.4]
diff --git a/sdk/core/azure-core/pom.xml b/sdk/core/azure-core/pom.xml
index 7e4cd54b9a9d..a3f8c87bb7ee 100644
--- a/sdk/core/azure-core/pom.xml
+++ b/sdk/core/azure-core/pom.xml
@@ -146,7 +146,7 @@
io.projectreactor
reactor-core
- 3.7.8
+ 3.7.9
@@ -223,7 +223,7 @@
- io.projectreactor:reactor-core:[3.7.8]
+ io.projectreactor:reactor-core:[3.7.9]
com.fasterxml.jackson.core:jackson-annotations:[2.18.4]
com.fasterxml.jackson.core:jackson-core:[2.18.4.1]
com.fasterxml.jackson.core:jackson-databind:[2.18.4]
diff --git a/sdk/eventhubs/azure-messaging-eventhubs/docs/pom.xml b/sdk/eventhubs/azure-messaging-eventhubs/docs/pom.xml
index 4685adb23527..4a3bc77f078c 100644
--- a/sdk/eventhubs/azure-messaging-eventhubs/docs/pom.xml
+++ b/sdk/eventhubs/azure-messaging-eventhubs/docs/pom.xml
@@ -25,7 +25,7 @@
io.projectreactor
reactor-core
- 3.7.8
+ 3.7.9
diff --git a/sdk/openai/azure-ai-openai-realtime/pom.xml b/sdk/openai/azure-ai-openai-realtime/pom.xml
index 2c89778a549d..68c62e374512 100644
--- a/sdk/openai/azure-ai-openai-realtime/pom.xml
+++ b/sdk/openai/azure-ai-openai-realtime/pom.xml
@@ -66,7 +66,7 @@
io.netty
netty-codec-http
- 4.1.123.Final
+ 4.1.124.Final
@@ -103,7 +103,7 @@
- io.netty:netty-codec-http:[4.1.123.Final]
+ io.netty:netty-codec-http:[4.1.124.Final]
diff --git a/sdk/template/azure-template-stress/pom.xml b/sdk/template/azure-template-stress/pom.xml
index d6e30a9bdc34..3d32676401fd 100644
--- a/sdk/template/azure-template-stress/pom.xml
+++ b/sdk/template/azure-template-stress/pom.xml
@@ -59,7 +59,7 @@
io.vertx
vertx-codegen
- 4.5.15
+ 4.5.17
provided
@@ -98,7 +98,7 @@
io.opentelemetry.instrumentation:opentelemetry-runtime-telemetry-java8:[2.14.0-alpha]
io.opentelemetry.instrumentation:opentelemetry-logback-appender-1.0:[2.14.0-alpha]
ch.qos.logback:logback-classic:[1.3.14]
- io.vertx:vertx-codegen:[4.5.15]
+ io.vertx:vertx-codegen:[4.5.17]
diff --git a/sdk/webpubsub/azure-messaging-webpubsub-client/pom.xml b/sdk/webpubsub/azure-messaging-webpubsub-client/pom.xml
index 29f4b31acedb..9c0837307f9b 100644
--- a/sdk/webpubsub/azure-messaging-webpubsub-client/pom.xml
+++ b/sdk/webpubsub/azure-messaging-webpubsub-client/pom.xml
@@ -55,7 +55,7 @@
io.netty
netty-codec-http
- 4.1.123.Final
+ 4.1.124.Final
@@ -101,7 +101,7 @@
- io.netty:netty-codec-http:[4.1.123.Final]
+ io.netty:netty-codec-http:[4.1.124.Final]