Skip to content

Commit 3b05b57

Browse files
committed
Merge pull request #57 from hazendaz/master
Update poms
2 parents 427b8d8 + e83c7f2 commit 3b05b57

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

pom.xml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<gcu.product>Spring</gcu.product>
103103
<osgi.import>org.springframework.batch.*;resolution:=optional,*</osgi.import>
104104
<osgi.dynamicImport>*</osgi.dynamicImport>
105-
<spring.version>3.2.11.RELEASE</spring.version>
105+
<spring.version>3.2.13.RELEASE</spring.version>
106106
</properties>
107107

108108
<dependencies>
@@ -130,7 +130,7 @@
130130
<dependency>
131131
<groupId>org.springframework.batch</groupId>
132132
<artifactId>spring-batch-infrastructure</artifactId>
133-
<version>3.0.1.RELEASE</version>
133+
<version>3.0.3.RELEASE</version>
134134
<scope>provided</scope>
135135
</dependency>
136136

@@ -148,7 +148,7 @@
148148
<artifactId>derby</artifactId>
149149
<version>10.11.1.1</version>
150150
<scope>test</scope>
151-
</dependency>
151+
</dependency>
152152

153153
<dependency>
154154
<groupId>ognl</groupId>
@@ -167,17 +167,17 @@
167167
<dependency>
168168
<groupId>junit</groupId>
169169
<artifactId>junit</artifactId>
170-
<version>4.11</version>
170+
<version>4.12</version>
171171
<scope>test</scope>
172172
</dependency>
173-
173+
174174
<dependency>
175175
<groupId>org.jboss.byteman</groupId>
176176
<artifactId>byteman-bmunit</artifactId>
177-
<version>2.2.0.1</version>
177+
<version>2.2.1</version>
178178
<scope>test</scope>
179179
</dependency>
180-
180+
181181
<dependency>
182182
<groupId>org.springframework</groupId>
183183
<artifactId>spring-test</artifactId>
@@ -310,9 +310,7 @@
310310
</testResources>
311311
</build>
312312

313-
<!--
314-
| this is just a turnaround to Mac compilers
315-
-->
313+
<!-- this is just a turnaround to Mac compilers -->
316314
<profiles>
317315
<profile>
318316
<id>mac-jvm-classloader-issue</id>

0 commit comments

Comments
 (0)