File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 55
55
<properties >
56
56
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
57
57
<java .version>1.8</java .version>
58
- <junit .platform.version>1.0.3</junit .platform.version>
59
- <junit .jupiter.version>5.0.3</junit .jupiter.version>
58
+ <maven .surefire.version>2.21.0</maven .surefire.version>
59
+ <junit .platform.version>1.2.0</junit .platform.version>
60
+ <junit .jupiter.version>5.2.0</junit .jupiter.version>
60
61
<javax .json.version>1.1.2</javax .json.version>
62
+ <jacoco .version>0.8.1</jacoco .version>
61
63
</properties >
62
64
63
65
<build >
86
88
</plugin >
87
89
<plugin >
88
90
<artifactId >maven-surefire-plugin</artifactId >
89
- <version >2.19.1 </version >
91
+ <version >${maven.surefire.version} </version >
90
92
<configuration >
91
93
<includes >
92
94
<include >**/Test*.java</include >
111
113
<plugin >
112
114
<groupId >org.jacoco</groupId >
113
115
<artifactId >jacoco-maven-plugin</artifactId >
114
- <version >0.8.0 </version >
116
+ <version >${jacoco.version} </version >
115
117
<executions >
116
118
<execution >
117
119
<id >default-prepare-agent</id >
You can’t perform that action at this time.
0 commit comments