Skip to content

Commit 674f7e0

Browse files
committed
Merge branch 'develop' of https://github.com/xdev-software/mockserver-neolight into develop
2 parents 1b76e3b + ba2875e commit 674f7e0

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>io.netty</groupId>
9898
<artifactId>netty-bom</artifactId>
99-
<version>4.1.118.Final</version>
99+
<version>4.1.119.Final</version>
100100
<type>pom</type>
101101
<scope>import</scope>
102102
</dependency>
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>org.slf4j</groupId>
118118
<artifactId>slf4j-api</artifactId>
119-
<version>2.0.16</version>
119+
<version>2.0.17</version>
120120
</dependency>
121121

122122
<dependency>
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-project-info-reports-plugin</artifactId>
147-
<version>3.8.0</version>
147+
<version>3.9.0</version>
148148
</plugin>
149149
</plugins>
150150
</pluginManagement>
@@ -181,7 +181,7 @@
181181
<plugin>
182182
<groupId>org.apache.maven.plugins</groupId>
183183
<artifactId>maven-compiler-plugin</artifactId>
184-
<version>3.13.0</version>
184+
<version>3.14.0</version>
185185
<configuration>
186186
<release>${maven.compiler.release}</release>
187187
<compilerArgs>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<plugin>
5050
<groupId>org.apache.maven.plugins</groupId>
5151
<artifactId>maven-project-info-reports-plugin</artifactId>
52-
<version>3.8.0</version>
52+
<version>3.9.0</version>
5353
</plugin>
5454
</plugins>
5555
</pluginManagement>

server/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>io.netty</groupId>
9393
<artifactId>netty-bom</artifactId>
94-
<version>4.1.118.Final</version>
94+
<version>4.1.119.Final</version>
9595
<type>pom</type>
9696
<scope>import</scope>
9797
</dependency>
@@ -113,7 +113,7 @@
113113
<dependency>
114114
<groupId>org.slf4j</groupId>
115115
<artifactId>slf4j-jdk14</artifactId>
116-
<version>2.0.16</version>
116+
<version>2.0.17</version>
117117
</dependency>
118118

119119
<dependency>
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.apache.maven.plugins</groupId>
142142
<artifactId>maven-project-info-reports-plugin</artifactId>
143-
<version>3.8.0</version>
143+
<version>3.9.0</version>
144144
</plugin>
145145
</plugins>
146146
</pluginManagement>
@@ -177,7 +177,7 @@
177177
<plugin>
178178
<groupId>org.apache.maven.plugins</groupId>
179179
<artifactId>maven-compiler-plugin</artifactId>
180-
<version>3.13.0</version>
180+
<version>3.14.0</version>
181181
<configuration>
182182
<release>${maven.compiler.release}</release>
183183
<compilerArgs>

testcontainers/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@
9191
<dependency>
9292
<groupId>org.testcontainers</groupId>
9393
<artifactId>testcontainers</artifactId>
94-
<version>1.20.4</version>
94+
<version>1.20.6</version>
9595
<scope>compile</scope>
9696
</dependency>
9797
<!-- Testcontainers is using outdated v1 -->
9898
<dependency>
9999
<groupId>org.slf4j</groupId>
100100
<artifactId>slf4j-api</artifactId>
101-
<version>2.0.16</version>
101+
<version>2.0.17</version>
102102
</dependency>
103103

104104
<!-- Tests -->
@@ -111,13 +111,13 @@
111111
<dependency>
112112
<groupId>org.junit.jupiter</groupId>
113113
<artifactId>junit-jupiter</artifactId>
114-
<version>5.11.4</version>
114+
<version>5.12.0</version>
115115
<scope>test</scope>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.slf4j</groupId>
119119
<artifactId>slf4j-simple</artifactId>
120-
<version>2.0.16</version>
120+
<version>2.0.17</version>
121121
<scope>test</scope>
122122
</dependency>
123123
<dependency>
@@ -147,7 +147,7 @@
147147
<plugin>
148148
<groupId>org.apache.maven.plugins</groupId>
149149
<artifactId>maven-project-info-reports-plugin</artifactId>
150-
<version>3.8.0</version>
150+
<version>3.9.0</version>
151151
</plugin>
152152
</plugins>
153153
</pluginManagement>
@@ -184,7 +184,7 @@
184184
<plugin>
185185
<groupId>org.apache.maven.plugins</groupId>
186186
<artifactId>maven-compiler-plugin</artifactId>
187-
<version>3.13.0</version>
187+
<version>3.14.0</version>
188188
<configuration>
189189
<release>${maven.compiler.release}</release>
190190
<compilerArgs>

0 commit comments

Comments
 (0)