Skip to content

Commit b8143c6

Browse files
committed
Upgraded to Spring Boot 0.5 M7.
Upgraded to Hibernate 4.3.0.Final.
1 parent f90c7fb commit b8143c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>0.5.0.M6</version>
13+
<version>0.5.0.M7</version>
1414
</parent>
1515

1616
<name>Spring Data JPA sample projects</name>
@@ -37,6 +37,7 @@
3737
<spring.version>4.0.0.RELEASE</spring.version>
3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3939
<spring-data-jpa.version>1.5.0.M1</spring-data-jpa.version>
40+
<hibernate-entitymanager.version>4.3.0.Final</hibernate-entitymanager.version>
4041
</properties>
4142

4243
<build>

0 commit comments

Comments
 (0)