#255 - Upgraded to Spring 4.2.7 and 4.3.1.

Updated dependencies and build profiles after releases of Spring 4.3.1 and 4.2.7.
This commit is contained in:
Oliver Gierke
2016-06-27 15:12:15 +02:00
parent f3daeffea5
commit eecf1fa0f8

View File

@@ -104,7 +104,7 @@
<querydsl>4.1.2</querydsl>
<rxjava>1.1.5</rxjava>
<slf4j>1.7.21</slf4j>
<spring>4.2.6.RELEASE</spring>
<spring>4.2.7.RELEASE</spring>
<spring-hateoas>0.21.0.BUILD-SNAPSHOT</spring-hateoas>
<threetenbp>1.3.1</threetenbp>
<webbeans>1.2.8</webbeans>
@@ -514,7 +514,7 @@
<id>spring43</id>
<properties>
<spring>4.3.0.RELEASE</spring>
<spring>4.3.1.RELEASE</spring>
</properties>
</profile>
@@ -524,7 +524,7 @@
<id>spring43-next</id>
<properties>
<spring>4.3.0.BUILD-SNAPSHOT</spring>
<spring>4.3.2.BUILD-SNAPSHOT</spring>
</properties>
<repositories>