File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 102
102
<gcu .product>Spring</gcu .product>
103
103
<osgi .import>org.springframework.batch.*;resolution:=optional,*</osgi .import>
104
104
<osgi .dynamicImport>*</osgi .dynamicImport>
105
- <spring .version>3.2.11 .RELEASE</spring .version>
105
+ <spring .version>3.2.13 .RELEASE</spring .version>
106
106
</properties >
107
107
108
108
<dependencies >
130
130
<dependency >
131
131
<groupId >org.springframework.batch</groupId >
132
132
<artifactId >spring-batch-infrastructure</artifactId >
133
- <version >3.0.1 .RELEASE</version >
133
+ <version >3.0.3 .RELEASE</version >
134
134
<scope >provided</scope >
135
135
</dependency >
136
136
148
148
<artifactId >derby</artifactId >
149
149
<version >10.11.1.1</version >
150
150
<scope >test</scope >
151
- </dependency >
151
+ </dependency >
152
152
153
153
<dependency >
154
154
<groupId >ognl</groupId >
167
167
<dependency >
168
168
<groupId >junit</groupId >
169
169
<artifactId >junit</artifactId >
170
- <version >4.11 </version >
170
+ <version >4.12 </version >
171
171
<scope >test</scope >
172
172
</dependency >
173
-
173
+
174
174
<dependency >
175
175
<groupId >org.jboss.byteman</groupId >
176
176
<artifactId >byteman-bmunit</artifactId >
177
- <version >2.2.0. 1</version >
177
+ <version >2.2.1</version >
178
178
<scope >test</scope >
179
179
</dependency >
180
-
180
+
181
181
<dependency >
182
182
<groupId >org.springframework</groupId >
183
183
<artifactId >spring-test</artifactId >
310
310
</testResources >
311
311
</build >
312
312
313
- <!--
314
- | this is just a turnaround to Mac compilers
315
- -->
313
+ <!-- this is just a turnaround to Mac compilers -->
316
314
<profiles >
317
315
<profile >
318
316
<id >mac-jvm-classloader-issue</id >
You can’t perform that action at this time.
0 commit comments