|
108 | 108 | <maven.compiler.testTarget>1.8</maven.compiler.testTarget> |
109 | 109 | <osgi.import>org.springframework.batch.*;resolution:=optional,*</osgi.import> |
110 | 110 | <osgi.dynamicImport>*</osgi.dynamicImport> |
| 111 | + |
111 | 112 | <spring.version>5.0.0.M5</spring.version> |
| 113 | + <spring-batch.version>4.0.0.M1</spring-batch.version> |
| 114 | + <junit-platform.version>1.0.0-M4</junit-platform.version> |
| 115 | + <junit.version>5.0.0-M4</junit.version> |
112 | 116 |
|
113 | 117 | <!-- Override: Animal Sniffer Signature --> |
114 | 118 | <signature.group>org.codehaus.mojo.signature</signature.group> |
|
121 | 125 | <dependency> |
122 | 126 | <groupId>org.mybatis</groupId> |
123 | 127 | <artifactId>mybatis</artifactId> |
124 | | - <version>3.4.2</version> |
| 128 | + <version>3.4.4</version> |
125 | 129 | <scope>provided</scope> |
126 | 130 | </dependency> |
127 | 131 |
|
|
172 | 176 | <dependency> |
173 | 177 | <groupId>org.junit.jupiter</groupId> |
174 | 178 | <artifactId>junit-jupiter-engine</artifactId> |
175 | | - <version>5.0.0-M4</version> |
| 179 | + <version>${junit.version}</version> |
176 | 180 | <scope>test</scope> |
177 | 181 | </dependency> |
178 | 182 |
|
179 | 183 | <dependency> |
180 | 184 | <groupId>org.junit.platform</groupId> |
181 | 185 | <artifactId>junit-platform-runner</artifactId> |
182 | | - <version>1.0.0-M4</version> |
| 186 | + <version>${junit-platform.version}</version> |
183 | 187 | </dependency> |
184 | 188 |
|
185 | 189 | <dependency> |
186 | 190 | <groupId>org.jboss.byteman</groupId> |
187 | 191 | <artifactId>byteman-bmunit</artifactId> |
188 | | - <version>3.0.7</version> |
| 192 | + <version>3.0.8</version> |
189 | 193 | <scope>test</scope> |
190 | 194 | </dependency> |
191 | 195 |
|
|
211 | 215 | </dependency> |
212 | 216 |
|
213 | 217 | <dependency> |
214 | | - <groupId>org.apache.logging.log4j</groupId> |
215 | | - <artifactId>log4j-core</artifactId> |
216 | | - <version>2.7</version> |
| 218 | + <groupId>log4j</groupId> |
| 219 | + <artifactId>log4j</artifactId> |
| 220 | + <version>1.2.17</version> |
217 | 221 | <scope>test</scope> |
218 | 222 | </dependency> |
219 | 223 |
|
|
324 | 328 | <dependency> |
325 | 329 | <groupId>org.junit.platform</groupId> |
326 | 330 | <artifactId>junit-platform-surefire-provider</artifactId> |
327 | | - <version>1.0.0-M3</version> |
| 331 | + <version>${junit-platform.version}</version> |
328 | 332 | </dependency> |
329 | 333 | <dependency> |
330 | 334 | <groupId>org.junit.jupiter</groupId> |
331 | 335 | <artifactId>junit-jupiter-engine</artifactId> |
332 | | - <version>5.0.0-M3</version> |
| 336 | + <version>${junit.version}</version> |
333 | 337 | </dependency> |
334 | 338 | </dependencies> |
335 | 339 | </plugin> |
|
0 commit comments