#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>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.1.8.RELEASE</version>
|
||||
<version>1.1.9.RELEASE</version>
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
@@ -29,9 +29,9 @@
|
||||
|
||||
<apt.version>1.1.2</apt.version>
|
||||
<java.version>1.8</java.version>
|
||||
<querydsl.version>3.4.3</querydsl.version>
|
||||
<spring.version>4.1.0.RELEASE</spring.version>
|
||||
<spring-data-releasetrain.version>Evans-RELEASE</spring-data-releasetrain.version>
|
||||
<querydsl.version>3.5.1</querydsl.version>
|
||||
<spring.version>4.1.2.RELEASE</spring.version>
|
||||
<spring-data-releasetrain.version>Evans-SR1</spring-data-releasetrain.version>
|
||||
|
||||
</properties>
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.14.6</version>
|
||||
<version>1.14.8</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<tomcat.version>8.0.9</tomcat.version>
|
||||
<tomcat.version>8.0.15</tomcat.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user