#52 - Upgraded to Spring Boot 1.2.2.
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -12,7 +12,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.2.1.RELEASE</version>
|
||||
<version>1.2.2.RELEASE</version>
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
@@ -32,7 +32,6 @@
|
||||
<apt.version>1.1.3</apt.version>
|
||||
<java.version>1.8</java.version>
|
||||
<querydsl.version>3.6.1</querydsl.version>
|
||||
<spring.version>4.1.5.RELEASE</spring.version>
|
||||
<spring-data-releasetrain.version>Fowler-M1</spring-data-releasetrain.version>
|
||||
|
||||
</properties>
|
||||
|
||||
@@ -12,10 +12,6 @@
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<spring-security.version>4.0.0.RC1</spring-security.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user