#256 - 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-07-04 12:04:51 +02:00
parent 941e8ca144
commit c140c93157

View File

@@ -103,7 +103,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.20.0.RELEASE</spring-hateoas>
<threetenbp>1.3.1</threetenbp>
<webbeans>1.2.8</webbeans>
@@ -513,7 +513,7 @@
<id>spring43</id>
<properties>
<spring>4.3.0.RELEASE</spring>
<spring>4.3.1.RELEASE</spring>
</properties>
</profile>
@@ -523,7 +523,7 @@
<id>spring43-next</id>
<properties>
<spring>4.3.1.BUILD-SNAPSHOT</spring>
<spring>4.3.2.BUILD-SNAPSHOT</spring>
</properties>
<repositories>