Skip to content

Commit bcdc763

Browse files
committed
Update dependencies
spring-batch-infrastructure to 3.0.4.RELEASE ognl to 3.0.11 byteman to 3.0.0
1 parent cb94331 commit bcdc763

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<dependency>
131131
<groupId>org.springframework.batch</groupId>
132132
<artifactId>spring-batch-infrastructure</artifactId>
133-
<version>3.0.3.RELEASE</version>
133+
<version>3.0.4.RELEASE</version>
134134
<scope>provided</scope>
135135
</dependency>
136136

@@ -153,7 +153,7 @@
153153
<dependency>
154154
<groupId>ognl</groupId>
155155
<artifactId>ognl</artifactId>
156-
<version>3.0.8</version>
156+
<version>3.0.11</version>
157157
<scope>test</scope>
158158
</dependency>
159159

@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>org.jboss.byteman</groupId>
176176
<artifactId>byteman-bmunit</artifactId>
177-
<version>2.2.1</version>
177+
<version>3.0.0</version>
178178
<scope>test</scope>
179179
</dependency>
180180

0 commit comments

Comments
 (0)