We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5aece5e + 19eeccc commit 669de3cCopy full SHA for 669de3c
pom.xml
@@ -79,7 +79,7 @@
79
<dependency>
80
<groupId>io.cucumber</groupId>
81
<artifactId>cucumber-bom</artifactId>
82
- <version>7.26.0</version>
+ <version>7.27.0</version>
83
<type>pom</type>
84
<scope>import</scope>
85
</dependency>
providers/flagd/pom.xml
@@ -64,7 +64,7 @@
64
<!-- we only support unix sockets on linux, via epoll native lib -->
65
<groupId>io.netty</groupId>
66
<artifactId>netty-transport-native-epoll</artifactId>
67
- <version>4.2.2.Final</version>
+ <version>4.2.3.Final</version>
68
<!-- TODO: with 5+ (still alpha), arm is support and we should package multiple versions -->
69
<classifier>linux-x86_64</classifier>
70
0 commit comments