- Jackson 2.7.5 -> 2.7.6 - Lombok 1.6.8 -> 1.6.10 - Querydsl 4.1.2 -> 4.1.3 - RxJava 1.1.5 -> 1.1.8 - Spring HATEOAS 0.21.0.BUILD-SNAPSHOT -> 0.21.0.RELEASE - ThreetenBP 1.3.1 -> 1.3.2 Updated build profiles for Spring 4.2 and Querydsl.
This commit is contained in:
@@ -93,20 +93,20 @@
|
||||
<commons-io>2.5</commons-io>
|
||||
<guava>19.0</guava>
|
||||
<hamcrest>1.3</hamcrest>
|
||||
<jackson>2.7.5</jackson>
|
||||
<jackson>2.7.6</jackson>
|
||||
<jacoco>0.7.7.201606060606</jacoco>
|
||||
<jodatime>2.9.4</jodatime>
|
||||
<jsonpath>2.2.0</jsonpath>
|
||||
<junit>4.12</junit>
|
||||
<logback>1.1.7</logback>
|
||||
<lombok>1.16.8</lombok>
|
||||
<lombok>1.16.10</lombok>
|
||||
<mockito>1.10.19</mockito>
|
||||
<querydsl>4.1.2</querydsl>
|
||||
<rxjava>1.1.5</rxjava>
|
||||
<querydsl>4.1.3</querydsl>
|
||||
<rxjava>1.1.8</rxjava>
|
||||
<slf4j>1.7.21</slf4j>
|
||||
<spring>4.2.7.RELEASE</spring>
|
||||
<spring-hateoas>0.21.0.BUILD-SNAPSHOT</spring-hateoas>
|
||||
<threetenbp>1.3.1</threetenbp>
|
||||
<spring-hateoas>0.21.0.RELEASE</spring-hateoas>
|
||||
<threetenbp>1.3.2</threetenbp>
|
||||
<validation>1.0.0.GA</validation>
|
||||
<webbeans>1.2.8</webbeans>
|
||||
|
||||
@@ -498,7 +498,7 @@
|
||||
<id>spring42-next</id>
|
||||
|
||||
<properties>
|
||||
<spring>4.2.7.BUILD-SNAPSHOT</spring>
|
||||
<spring>4.2.8.BUILD-SNAPSHOT</spring>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
@@ -557,7 +557,7 @@
|
||||
<profile>
|
||||
<id>querydsl-next</id>
|
||||
<properties>
|
||||
<querydsl>4.1.3.BUILD-SNAPSHOT</querydsl>
|
||||
<querydsl>4.1.4.BUILD-SNAPSHOT</querydsl>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
|
||||
Reference in New Issue
Block a user