File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 116
116
<dependency >
117
117
<groupId >org.junit.jupiter</groupId >
118
118
<artifactId >junit-jupiter-api</artifactId >
119
- <version >5.9 .0</version >
119
+ <version >5.11 .0</version >
120
120
<scope >test</scope >
121
121
</dependency >
122
122
<dependency >
150
150
<plugin >
151
151
<groupId >org.apache.maven.plugins</groupId >
152
152
<artifactId >maven-surefire-plugin</artifactId >
153
- <version >3.0.0-M5 </version >
153
+ <version >3.5.0 </version >
154
154
</plugin >
155
155
<plugin >
156
156
<groupId >org.apache.maven.plugins</groupId >
157
157
<artifactId >maven-jar-plugin</artifactId >
158
- <version >3.2.0 </version >
158
+ <version >3.4.2 </version >
159
159
<configuration >
160
160
<archive >
161
161
<manifestEntries >
243
243
244
244
<properties >
245
245
<!-- Dependency version -->
246
- <maven .compiler.source>1.8</maven .compiler.source>
247
- <maven .compiler.target>1.8</maven .compiler.target>
248
- <maven .compiler.release>1.8</maven .compiler.release>
246
+ <maven .compiler.source>8</maven .compiler.source>
247
+ <maven .compiler.target>8</maven .compiler.target>
249
248
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
250
249
</properties >
251
250
You can’t perform that action at this time.
0 commit comments