Skip to content

Commit 81269e7

Browse files
committed
Upgrade to Spring 3.1.3.RELEASE and Spring Data JPA 1.2.0.RELEASE.
1 parent 4c1b5da commit 81269e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</developers>
2828

2929
<properties>
30-
<spring.version>3.1.1.RELEASE</spring.version>
30+
<spring.version>3.1.3.RELEASE</spring.version>
3131
<jpa.version>2.0.0</jpa.version>
3232
<junit.version>4.8</junit.version>
3333
<hibernate.version>4.1.4.Final</hibernate.version>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>org.springframework.data</groupId>
7575
<artifactId>spring-data-jpa</artifactId>
76-
<version>1.1.0.RELEASE</version>
76+
<version>1.2.0.RELEASE</version>
7777
</dependency>
7878

7979
<dependency>

0 commit comments

Comments
 (0)