Skip to content

Commit 549ae7f

Browse files
committed
spring-projects#132 - Upgraded to Spring Boot 1.3 M5.
Removed obsolete explicit dependency upgrades. Upgraded to Querydsl 3.6.7 along the way.
1 parent 0fa8c12 commit 549ae7f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>1.3.0.M4</version>
15+
<version>1.3.0.M5</version>
1616
</parent>
1717

1818
<modules>
@@ -34,10 +34,7 @@
3434

3535
<apt.version>1.1.3</apt.version>
3636
<java.version>1.8</java.version>
37-
<spring.version>4.2.1.RELEASE</spring.version>
38-
<querydsl.version>3.6.6</querydsl.version>
39-
<spring-hateoas.version>0.19.0.RELEASE</spring-hateoas.version>
40-
<spring-data-releasetrain.version>Gosling-RELEASE</spring-data-releasetrain.version>
37+
<querydsl.version>3.6.7</querydsl.version>
4138

4239
</properties>
4340

0 commit comments

Comments
 (0)