File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 4343 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4444 <maven .compiler.source>1.8</maven .compiler.source>
4545 <maven .compiler.target>1.8</maven .compiler.target>
46+ <junit .version>5.9.1</junit .version>
4647 </properties >
4748 <scm >
4849 <connection >scm:git:https://github.com/netplex/json-smart-v2.git</connection >
227228 <dependency >
228229 <groupId >org.junit.jupiter</groupId >
229230 <artifactId >junit-jupiter-api</artifactId >
230- <version >5.9.1 </version >
231+ <version >${junit.version} </version >
231232 <scope >test</scope >
232233 </dependency >
233234 <!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-params -->
234235 <dependency >
235236 <groupId >org.junit.jupiter</groupId >
236237 <artifactId >junit-jupiter-params</artifactId >
237- <version >5.8.2 </version >
238+ <version >${junit.version} </version >
238239 <scope >test</scope >
239240 </dependency >
240241 <!-- https://mvnrepository.com/artifact/net.minidev/json-smart -->
Original file line number Diff line number Diff line change 4343 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4444 <maven .compiler.source>1.8</maven .compiler.source>
4545 <maven .compiler.target>1.8</maven .compiler.target>
46+ <junit .version>5.9.1</junit .version>
4647 </properties >
4748 <scm >
4849 <connection >scm:git:https://github.com/netplex/json-smart-v2.git</connection >
227228 <dependency >
228229 <groupId >org.junit.jupiter</groupId >
229230 <artifactId >junit-jupiter-api</artifactId >
230- <version >5.9.1 </version >
231+ <version >${junit.version} </version >
231232 <scope >test</scope >
232233 </dependency >
233234 <!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-params -->
234235 <dependency >
235236 <groupId >org.junit.jupiter</groupId >
236237 <artifactId >junit-jupiter-params</artifactId >
237- <version >5.8.2 </version >
238+ <version >${junit.version} </version >
238239 <scope >test</scope >
239240 </dependency >
240241 <!-- https://mvnrepository.com/artifact/net.minidev/accessors-smart -->
You can’t perform that action at this time.
0 commit comments