Skip to content

Commit 41347e2

Browse files
Putthiphong BoonphongPutthiphong Boonphong
Putthiphong Boonphong
authored and
Putthiphong Boonphong
committed
Merge branch 'master' into 2.0.x
# Conflicts: # pom.xml
2 parents c94253f + 4b63249 commit 41347e2

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

pom.xml

+13-9
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,11 @@
108108
<maven.compiler.testTarget>1.8</maven.compiler.testTarget>
109109
<osgi.import>org.springframework.batch.*;resolution:=optional,*</osgi.import>
110110
<osgi.dynamicImport>*</osgi.dynamicImport>
111+
111112
<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>
112116

113117
<!-- Override: Animal Sniffer Signature -->
114118
<signature.group>org.codehaus.mojo.signature</signature.group>
@@ -121,7 +125,7 @@
121125
<dependency>
122126
<groupId>org.mybatis</groupId>
123127
<artifactId>mybatis</artifactId>
124-
<version>3.4.2</version>
128+
<version>3.4.4</version>
125129
<scope>provided</scope>
126130
</dependency>
127131

@@ -172,20 +176,20 @@
172176
<dependency>
173177
<groupId>org.junit.jupiter</groupId>
174178
<artifactId>junit-jupiter-engine</artifactId>
175-
<version>5.0.0-M4</version>
179+
<version>${junit.version}</version>
176180
<scope>test</scope>
177181
</dependency>
178182

179183
<dependency>
180184
<groupId>org.junit.platform</groupId>
181185
<artifactId>junit-platform-runner</artifactId>
182-
<version>1.0.0-M4</version>
186+
<version>${junit-platform.version}</version>
183187
</dependency>
184188

185189
<dependency>
186190
<groupId>org.jboss.byteman</groupId>
187191
<artifactId>byteman-bmunit</artifactId>
188-
<version>3.0.7</version>
192+
<version>3.0.8</version>
189193
<scope>test</scope>
190194
</dependency>
191195

@@ -211,9 +215,9 @@
211215
</dependency>
212216

213217
<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>
217221
<scope>test</scope>
218222
</dependency>
219223

@@ -324,12 +328,12 @@
324328
<dependency>
325329
<groupId>org.junit.platform</groupId>
326330
<artifactId>junit-platform-surefire-provider</artifactId>
327-
<version>1.0.0-M3</version>
331+
<version>${junit-platform.version}</version>
328332
</dependency>
329333
<dependency>
330334
<groupId>org.junit.jupiter</groupId>
331335
<artifactId>junit-jupiter-engine</artifactId>
332-
<version>5.0.0-M3</version>
336+
<version>${junit.version}</version>
333337
</dependency>
334338
</dependencies>
335339
</plugin>

0 commit comments

Comments
 (0)