Skip to content

Commit 68cae2a

Browse files
chore(deps): update netty monorepo to v4.2.7.final (#1647)
Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Simon Schrottner <simon.schrottner@dynatrace.com>
1 parent 489a963 commit 68cae2a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

providers/flagd/pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<!-- we only support unix sockets on linux, via epoll native lib -->
6565
<groupId>io.netty</groupId>
6666
<artifactId>netty-transport-native-epoll</artifactId>
67-
<version>4.2.6.Final</version>
67+
<version>4.2.7.Final</version>
6868
<!-- TODO: with 5+ (still alpha), arm is support and we should package multiple versions -->
6969
<classifier>linux-x86_64</classifier>
7070
</dependency>
@@ -180,15 +180,7 @@
180180
<!-- caution - updating this will break compatibility with older protobuf-java versions -->
181181
<version>${protobuf-java.min.version}</version>
182182
</dependency>
183-
184-
<!-- temporary override for https://www.cve.org/CVERecord?id=CVE-2025-58057 -->
185-
<dependency>
186-
<groupId>io.netty</groupId>
187-
<artifactId>netty-codec-http2</artifactId>
188-
<version>4.1.125.Final</version>
189-
</dependency>
190183
</dependencies>
191-
192184
</dependencyManagement>
193185

194186
<build>

0 commit comments

Comments
 (0)