Skip to content

Commit 669de3c

Browse files
Merge branch 'main' into feat/adjust-to-metadata-toggle
2 parents 5aece5e + 19eeccc commit 669de3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>io.cucumber</groupId>
8181
<artifactId>cucumber-bom</artifactId>
82-
<version>7.26.0</version>
82+
<version>7.27.0</version>
8383
<type>pom</type>
8484
<scope>import</scope>
8585
</dependency>

providers/flagd/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.Final</version>
67+
<version>4.2.3.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>

0 commit comments

Comments
 (0)