Dependency upgrades.
- Spring Boot 1.1.0 -> 1.1.3 - Querydsl 3.3.4 -> 3.4.1 - Lombok 1.12.4 -> 1.14.4
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -12,7 +12,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.1.0.RELEASE</version>
|
||||
<version>1.1.3.RELEASE</version>
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
@@ -24,7 +24,7 @@
|
||||
<properties>
|
||||
|
||||
<apt.version>1.1.1</apt.version>
|
||||
<querydsl.version>3.3.4</querydsl.version>
|
||||
<querydsl.version>3.4.1</querydsl.version>
|
||||
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.12.4</version>
|
||||
<version>1.14.4</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user