|
89 | 89 | </plugin>
|
90 | 90 | <plugin>
|
91 | 91 | <artifactId>maven-surefire-plugin</artifactId>
|
92 |
| - <version>2.19.1</version> |
93 |
| - <dependencies> |
94 |
| - <dependency> |
95 |
| - <groupId>org.junit.platform</groupId> |
96 |
| - <artifactId>junit-platform-surefire-provider</artifactId> |
97 |
| - <version>${junit.platform.version}</version> |
98 |
| - </dependency> |
99 |
| - </dependencies> |
| 92 | + <version>2.22.2</version> |
100 | 93 | <configuration>
|
101 | 94 | <argLine>${surefireArgLine}</argLine>
|
102 | 95 | <skipTests>${skip.unit.tests}</skipTests>
|
|
118 | 111 | <dependency>
|
119 | 112 | <groupId>org.junit.jupiter</groupId>
|
120 | 113 | <artifactId>junit-jupiter-api</artifactId>
|
121 |
| - <version>5.0.1</version> |
| 114 | + <version>5.3.2</version> |
122 | 115 | <scope>test</scope>
|
123 | 116 | <exclusions>
|
124 | 117 | <exclusion>
|
|
134 | 127 | <dependency>
|
135 | 128 | <groupId>junit</groupId>
|
136 | 129 | <artifactId>junit</artifactId>
|
137 |
| - <version>4.12</version> |
| 130 | + <version>4.13.2</version> |
138 | 131 | <scope>test</scope>
|
139 | 132 | <exclusions>
|
140 | 133 | <exclusion>
|
|
146 | 139 | <dependency>
|
147 | 140 | <groupId>org.junit.platform</groupId>
|
148 | 141 | <artifactId>junit-platform-launcher</artifactId>
|
149 |
| - <version>1.0.1</version> |
| 142 | + <version>1.3.2</version> |
150 | 143 | <scope>test</scope>
|
151 | 144 | <exclusions>
|
152 | 145 | <exclusion>
|
|
158 | 151 | <dependency>
|
159 | 152 | <groupId>org.junit.jupiter</groupId>
|
160 | 153 | <artifactId>junit-jupiter-engine</artifactId>
|
161 |
| - <version>5.0.1</version> |
| 154 | + <version>5.3.2</version> |
162 | 155 | <scope>test</scope>
|
163 | 156 | <exclusions>
|
164 | 157 | <exclusion>
|
|
170 | 163 | <dependency>
|
171 | 164 | <groupId>org.junit.vintage</groupId>
|
172 | 165 | <artifactId>junit-vintage-engine</artifactId>
|
173 |
| - <version>4.12.1</version> |
| 166 | + <version>5.3.2</version> |
174 | 167 | <scope>test</scope>
|
175 | 168 | <exclusions>
|
176 | 169 | <exclusion>
|
|
205 | 198 | <java.version>1.8</java.version>
|
206 | 199 | <maven.compiler.source>1.8</maven.compiler.source>
|
207 | 200 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
208 |
| - <junit.version>4.12</junit.version> |
209 |
| - <junit.jupiter.version>5.0.1</junit.jupiter.version> |
210 |
| - <junit.vintage.version>${junit.version}.1</junit.vintage.version> |
211 |
| - <junit.platform.version>1.0.1</junit.platform.version> |
| 201 | + <junit.version>4.13.2</junit.version> |
| 202 | + <junit.jupiter.version>5.3.2</junit.jupiter.version> |
| 203 | + <junit.vintage.version>5.3.2</junit.vintage.version> |
| 204 | + <junit.platform.version>1.3.2</junit.platform.version> |
212 | 205 | </properties>
|
213 | 206 | </project>
|
214 | 207 |
|
0 commit comments