Skip to content

Commit a16f03f

Browse files
authored
Updating Netty external dependencies (Azure#44151)
* Updating external dependency: netty dependencies: 4.1.115.Final -> 4.1.118.Final * Updating external dependency: io.netty:netty-tcnative-boringssl-static;2.0.69.Final -> 2.0.70.Final * Updating external dependency * Updating external dependency
1 parent 4578091 commit a16f03f

File tree

4 files changed

+39
-40
lines changed

4 files changed

+39
-40
lines changed

eng/versioning/external_dependencies.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@ io.fabric8:kubernetes-client;6.12.1
4747
io.micrometer:micrometer-core;1.9.17
4848
io.micrometer:micrometer-registry-azure-monitor;1.9.17
4949
io.micrometer:micrometer-registry-graphite;1.9.17
50-
io.netty:netty-buffer;4.1.115.Final
51-
io.netty:netty-common;4.1.115.Final
52-
io.netty:netty-codec;4.1.115.Final
53-
io.netty:netty-codec-http;4.1.115.Final
54-
io.netty:netty-codec-http2;4.1.115.Final
55-
io.netty:netty-handler;4.1.115.Final
56-
io.netty:netty-handler-proxy;4.1.115.Final
57-
io.netty:netty-tcnative-boringssl-static;2.0.69.Final
58-
io.netty:netty-transport-native-epoll;4.1.115.Final
59-
io.netty:netty-transport-native-unix-common;4.1.115.Final
60-
io.netty:netty-transport-native-kqueue;4.1.115.Final
50+
io.netty:netty-buffer;4.1.118.Final
51+
io.netty:netty-common;4.1.118.Final
52+
io.netty:netty-codec;4.1.118.Final
53+
io.netty:netty-codec-http;4.1.118.Final
54+
io.netty:netty-codec-http2;4.1.118.Final
55+
io.netty:netty-handler;4.1.118.Final
56+
io.netty:netty-handler-proxy;4.1.118.Final
57+
io.netty:netty-tcnative-boringssl-static;2.0.70.Final
58+
io.netty:netty-transport-native-epoll;4.1.118.Final
59+
io.netty:netty-transport-native-unix-common;4.1.118.Final
60+
io.netty:netty-transport-native-kqueue;4.1.118.Final
6161
io.projectreactor.netty:reactor-netty-http;1.0.48
6262
io.projectreactor:reactor-core;3.4.41
6363
io.vertx:vertx-codegen;4.5.10

sdk/core/azure-core-http-netty/pom.xml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
<spotbugs.excludeFilterFile>spotbugs-exclude.xml</spotbugs.excludeFilterFile>
6868
<animal.sniffer.skip>false</animal.sniffer.skip>
6969

70-
<netty.version>4.1.115.Final</netty.version> <!-- {x-version-update;io.netty:netty-common;external_dependency} -->
71-
<netty-tcnative.version>2.0.69.Final</netty-tcnative.version> <!-- {x-version-update;io.netty:netty-tcnative-boringssl-static;external_dependency} -->
70+
<netty.version>4.1.118.Final</netty.version> <!-- {x-version-update;io.netty:netty-common;external_dependency} -->
71+
<netty-tcnative.version>2.0.70.Final</netty-tcnative.version> <!-- {x-version-update;io.netty:netty-tcnative-boringssl-static;external_dependency} -->
7272
</properties>
7373

7474
<developers>
@@ -88,56 +88,56 @@
8888
<dependency>
8989
<groupId>io.netty</groupId>
9090
<artifactId>netty-handler</artifactId>
91-
<version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-handler;external_dependency} -->
91+
<version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-handler;external_dependency} -->
9292
</dependency>
9393
<dependency>
9494
<groupId>io.netty</groupId>
9595
<artifactId>netty-handler-proxy</artifactId>
96-
<version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-handler-proxy;external_dependency} -->
96+
<version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-handler-proxy;external_dependency} -->
9797
</dependency>
9898
<dependency>
9999
<groupId>io.netty</groupId>
100100
<artifactId>netty-buffer</artifactId>
101-
<version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-buffer;external_dependency} -->
101+
<version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-buffer;external_dependency} -->
102102
</dependency>
103103
<dependency>
104104
<groupId>io.netty</groupId>
105105
<artifactId>netty-codec</artifactId>
106-
<version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-codec;external_dependency} -->
106+
<version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-codec;external_dependency} -->
107107
</dependency>
108108
<dependency>
109109
<groupId>io.netty</groupId>
110110
<artifactId>netty-codec-http</artifactId>
111-
<version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-codec-http;external_dependency} -->
111+
<version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-codec-http;external_dependency} -->
112112
</dependency>
113113

114114
<dependency>
115115
<groupId>io.netty</groupId>
116116
<artifactId>netty-codec-http2</artifactId>
117-
<version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-codec-http2;external_dependency} -->
117+
<version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-codec-http2;external_dependency} -->
118118
</dependency>
119119
<dependency>
120120
<groupId>io.netty</groupId>
121121
<artifactId>netty-transport-native-unix-common</artifactId>
122-
<version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
122+
<version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
123123
</dependency>
124124
<dependency>
125125
<groupId>io.netty</groupId>
126126
<artifactId>netty-transport-native-epoll</artifactId>
127-
<version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-epoll;external_dependency} -->
127+
<version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-epoll;external_dependency} -->
128128
<classifier>linux-x86_64</classifier>
129129
</dependency>
130130
<dependency>
131131
<groupId>io.netty</groupId>
132132
<artifactId>netty-transport-native-kqueue</artifactId>
133-
<version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
133+
<version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
134134
<classifier>osx-x86_64</classifier>
135135
</dependency>
136136

137137
<dependency>
138138
<groupId>io.netty</groupId>
139139
<artifactId>netty-tcnative-boringssl-static</artifactId>
140-
<version>2.0.69.Final</version> <!-- {x-version-update;io.netty:netty-tcnative-boringssl-static;external_dependency} -->
140+
<version>2.0.70.Final</version> <!-- {x-version-update;io.netty:netty-tcnative-boringssl-static;external_dependency} -->
141141
<classifier>${boring-ssl-classifier}</classifier>
142142
</dependency>
143143

@@ -150,7 +150,7 @@
150150
<dependency>
151151
<groupId>io.netty</groupId>
152152
<artifactId>netty-common</artifactId>
153-
<version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-common;external_dependency} -->
153+
<version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-common;external_dependency} -->
154154
</dependency>
155155
<!-- test dependencies on azure-core, because we want to run tests inherited from this module using Netty -->
156156
<dependency>
@@ -211,18 +211,18 @@
211211
<rules>
212212
<bannedDependencies>
213213
<includes>
214-
<include>io.netty:netty-tcnative-boringssl-static:[2.0.69.Final]</include> <!-- {x-include-update;io.netty:netty-tcnative-boringssl-static;external_dependency} -->
214+
<include>io.netty:netty-tcnative-boringssl-static:[2.0.70.Final]</include> <!-- {x-include-update;io.netty:netty-tcnative-boringssl-static;external_dependency} -->
215215
<include>io.projectreactor.netty:reactor-netty-http:[1.0.48]</include> <!-- {x-include-update;io.projectreactor.netty:reactor-netty-http;external_dependency} -->
216-
<include>io.netty:netty-buffer:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-buffer;external_dependency} -->
217-
<include>io.netty:netty-common:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-common;external_dependency} -->
218-
<include>io.netty:netty-codec:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-codec;external_dependency} -->
219-
<include>io.netty:netty-codec-http:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http;external_dependency} -->
220-
<include>io.netty:netty-codec-http2:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http2;external_dependency} -->
221-
<include>io.netty:netty-handler:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-handler;external_dependency} -->
222-
<include>io.netty:netty-handler-proxy:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-handler-proxy;external_dependency} -->
223-
<include>io.netty:netty-transport-native-unix-common:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
224-
<include>io.netty:netty-transport-native-epoll:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-epoll;external_dependency} -->
225-
<include>io.netty:netty-transport-native-kqueue:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
216+
<include>io.netty:netty-buffer:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-buffer;external_dependency} -->
217+
<include>io.netty:netty-common:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-common;external_dependency} -->
218+
<include>io.netty:netty-codec:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-codec;external_dependency} -->
219+
<include>io.netty:netty-codec-http:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http;external_dependency} -->
220+
<include>io.netty:netty-codec-http2:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http2;external_dependency} -->
221+
<include>io.netty:netty-handler:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-handler;external_dependency} -->
222+
<include>io.netty:netty-handler-proxy:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-handler-proxy;external_dependency} -->
223+
<include>io.netty:netty-transport-native-unix-common:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
224+
<include>io.netty:netty-transport-native-epoll:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-epoll;external_dependency} -->
225+
<include>io.netty:netty-transport-native-kqueue:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
226226
</includes>
227227
</bannedDependencies>
228228
</rules>

sdk/openai/azure-ai-openai-realtime/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>io.netty</groupId>
6868
<artifactId>netty-codec-http</artifactId>
69-
<version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-codec-http;external_dependency} -->
69+
<version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-codec-http;external_dependency} -->
7070
</dependency>
7171

7272
<!-- provided scope -->
@@ -103,8 +103,7 @@
103103
<rules>
104104
<bannedDependencies>
105105
<includes combine.children="append">
106-
<include>io.netty:netty-codec-http:[4.1.115.Final]
107-
</include> <!-- {x-include-update;io.netty:netty-codec-http;external_dependency} -->
106+
<include>io.netty:netty-codec-http:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http;external_dependency} -->
108107
</includes>
109108
</bannedDependencies>
110109
</rules>

sdk/webpubsub/azure-messaging-webpubsub-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>io.netty</groupId>
5555
<artifactId>netty-codec-http</artifactId>
56-
<version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-codec-http;external_dependency} -->
56+
<version>4.1.118.Final</version> <!-- {x-version-update;io.netty:netty-codec-http;external_dependency} -->
5757
</dependency>
5858

5959
<!-- Test dependencies -->
@@ -87,7 +87,7 @@
8787
<rules>
8888
<bannedDependencies>
8989
<includes combine.children="append">
90-
<include>io.netty:netty-codec-http:[4.1.115.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http;external_dependency} -->
90+
<include>io.netty:netty-codec-http:[4.1.118.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http;external_dependency} -->
9191
</includes>
9292
</bannedDependencies>
9393
</rules>

0 commit comments

Comments
 (0)