Skip to content

Commit 877c315

Browse files
committed
Merge branch 'develop' of https://github.com/xdev-software/mockserver-neolight into develop
2 parents 4366488 + 7324445 commit 877c315

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>io.netty</groupId>
5656
<artifactId>netty-bom</artifactId>
57-
<version>4.2.13.Final</version>
57+
<version>4.2.14.Final</version>
5858
<type>pom</type>
5959
<scope>import</scope>
6060
</dependency>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>io.netty</groupId>
5858
<artifactId>netty-bom</artifactId>
59-
<version>4.2.13.Final</version>
59+
<version>4.2.14.Final</version>
6060
<type>pom</type>
6161
<scope>import</scope>
6262
</dependency>

testcontainers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>org.junit.jupiter</groupId>
8686
<artifactId>junit-jupiter</artifactId>
87-
<version>6.0.3</version>
87+
<version>6.1.0</version>
8888
<scope>test</scope>
8989
</dependency>
9090
<dependency>

0 commit comments

Comments
 (0)