Skip to content

Commit c692434

Browse files
chore: fix failing tests (#386)
Signed-off-by: Kavindu Dodanduwa <[email protected]>
1 parent 492b437 commit c692434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/flagd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<!-- we only support unix sockets on linux, via epoll native lib -->
4949
<groupId>io.netty</groupId>
5050
<artifactId>netty-transport-native-epoll</artifactId>
51-
<version>4.1.96.Final</version>
51+
<version>4.1.95.Final</version>
5252
<!-- TODO: with 5+ (still alpha), arm is support and we should package multiple versions -->
5353
<classifier>linux-x86_64</classifier>
5454
</dependency>

0 commit comments

Comments
 (0)