File tree 1 file changed +24
-4
lines changed
1 file changed +24
-4
lines changed Original file line number Diff line number Diff line change 118
118
<plugins >
119
119
<plugin >
120
120
<artifactId >maven-surefire-plugin</artifactId >
121
- <version >3.1.2 </version >
121
+ <version >3.2.5 </version >
122
122
<configuration >
123
123
<argLine >-XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI --add-exports=java.base/jdk.internal.misc=jdk.graal.compiler --upgrade-module-path=${compiler.dir} </argLine >
124
124
</configuration >
125
125
</plugin >
126
126
<plugin >
127
127
<groupId >org.apache.maven.plugins</groupId >
128
128
<artifactId >maven-dependency-plugin</artifactId >
129
- <version >3.6.0 </version >
129
+ <version >3.6.1 </version >
130
130
<executions >
131
131
<execution >
132
132
<id >copy</id >
255
255
<plugins >
256
256
<plugin >
257
257
<artifactId >maven-compiler-plugin</artifactId >
258
- <version >3.11.0 </version >
258
+ <version >3.12.1 </version >
259
259
<configuration >
260
260
<target >17</target >
261
261
<source >17</source >
262
262
</configuration >
263
263
</plugin >
264
264
<plugin >
265
265
<artifactId >maven-surefire-plugin</artifactId >
266
- <version >3.1.2 </version >
266
+ <version >3.2.5 </version >
267
267
</plugin >
268
268
<plugin >
269
269
<groupId >org.codehaus.mojo</groupId >
305
305
</archive >
306
306
</configuration >
307
307
</plugin >
308
+ <plugin >
309
+ <groupId >org.apache.maven.plugins</groupId >
310
+ <artifactId >maven-enforcer-plugin</artifactId >
311
+ <version >3.4.1</version >
312
+ <executions >
313
+ <execution >
314
+ <id >enforce-maven</id >
315
+ <goals >
316
+ <goal >enforce</goal >
317
+ </goals >
318
+ <configuration >
319
+ <rules >
320
+ <requireMavenVersion >
321
+ <version >3.2.5</version >
322
+ </requireMavenVersion >
323
+ </rules >
324
+ </configuration >
325
+ </execution >
326
+ </executions >
327
+ </plugin >
308
328
</plugins >
309
329
</build >
310
330
</project >
You can’t perform that action at this time.
0 commit comments