Skip to content

Commit f3edd7c

Browse files
fix(deps): update spring core
1 parent 6d5fb1e commit f3edd7c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -288,32 +288,32 @@
288288
<dependency>
289289
<groupId>org.springframework</groupId>
290290
<artifactId>spring-webmvc-portlet</artifactId>
291-
<version>3.1.4.RELEASE</version>
291+
<version>4.3.30.RELEASE</version>
292292
</dependency>
293293
<dependency>
294294
<groupId>org.springframework</groupId>
295295
<artifactId>spring-core</artifactId>
296-
<version>3.1.4.RELEASE</version>
296+
<version>6.0.0</version>
297297
</dependency>
298298
<dependency>
299299
<groupId>org.springframework</groupId>
300300
<artifactId>spring-beans</artifactId>
301-
<version>3.1.4.RELEASE</version>
301+
<version>6.0.0</version>
302302
</dependency>
303303
<dependency>
304304
<groupId>org.springframework</groupId>
305305
<artifactId>spring-context-support</artifactId>
306-
<version>3.1.4.RELEASE</version>
306+
<version>6.0.0</version>
307307
</dependency>
308308
<dependency>
309309
<groupId>org.springframework</groupId>
310310
<artifactId>spring-orm</artifactId>
311-
<version>3.1.4.RELEASE</version>
311+
<version>6.0.0</version>
312312
</dependency>
313313
<dependency>
314314
<groupId>org.springframework</groupId>
315315
<artifactId>spring-test</artifactId>
316-
<version>3.1.4.RELEASE</version>
316+
<version>6.0.0</version>
317317
</dependency>
318318
<dependency>
319319
<groupId>javax.inject</groupId>

0 commit comments

Comments
 (0)