Skip to content

Commit 0c9909d

Browse files
chore(deps): update netty monorepo to v4.2.7.final
1 parent 7c6c162 commit 0c9909d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

providers/flagd/pom.xml

Lines changed: 2 additions & 2 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>
@@ -185,7 +185,7 @@
185185
<dependency>
186186
<groupId>io.netty</groupId>
187187
<artifactId>netty-codec-http2</artifactId>
188-
<version>4.1.125.Final</version>
188+
<version>4.2.7.Final</version>
189189
</dependency>
190190
</dependencies>
191191

0 commit comments

Comments
 (0)