#31 - Updated dependencies.
- Spring Boot 1.1.8 -> 1.1.9 - Querydsl 3.4.3 -> 3.5.1 - Spring 4.1.0 -> 4.1.2 - Spring Data Releasetrain Evans GA -> Evans SR1 - Lombok 1.14.6 -> 1.14.8 - Tomcat 8.0.9 -> 8.0.15
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -12,7 +12,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||||||
<version>1.1.8.RELEASE</version>
|
<version>1.1.9.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
@@ -29,9 +29,9 @@
|
|||||||
|
|
||||||
<apt.version>1.1.2</apt.version>
|
<apt.version>1.1.2</apt.version>
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
<querydsl.version>3.4.3</querydsl.version>
|
<querydsl.version>3.5.1</querydsl.version>
|
||||||
<spring.version>4.1.0.RELEASE</spring.version>
|
<spring.version>4.1.2.RELEASE</spring.version>
|
||||||
<spring-data-releasetrain.version>Evans-RELEASE</spring-data-releasetrain.version>
|
<spring-data-releasetrain.version>Evans-SR1</spring-data-releasetrain.version>
|
||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
<artifactId>lombok</artifactId>
|
<artifactId>lombok</artifactId>
|
||||||
<version>1.14.6</version>
|
<version>1.14.8</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<tomcat.version>8.0.9</tomcat.version>
|
<tomcat.version>8.0.15</tomcat.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
Reference in New Issue
Block a user