#808 - Upgrade to Spring Framework 4.3.24.
Upgraded forward looking build profiles as well.
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
<querydsl>4.1.4</querydsl>
|
||||
<rxjava>1.2.10</rxjava>
|
||||
<slf4j>1.7.25</slf4j>
|
||||
<spring>4.3.24.BUILD-SNAPSHOT</spring>
|
||||
<spring>4.3.24.RELEASE</spring>
|
||||
<spring-hateoas>0.23.0.RELEASE</spring-hateoas>
|
||||
<threetenbp>1.3.6</threetenbp>
|
||||
<validation>1.0.0.GA</validation>
|
||||
@@ -601,7 +601,7 @@
|
||||
<id>spring43-next</id>
|
||||
|
||||
<properties>
|
||||
<spring>4.3.24.BUILD-SNAPSHOT</spring>
|
||||
<spring>4.3.25.BUILD-SNAPSHOT</spring>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
@@ -618,7 +618,7 @@
|
||||
<id>spring5</id>
|
||||
|
||||
<properties>
|
||||
<spring>5.0.13.RELEASE</spring>
|
||||
<spring>5.0.14.RELEASE</spring>
|
||||
<jackson>2.9.8</jackson>
|
||||
</properties>
|
||||
|
||||
@@ -629,7 +629,7 @@
|
||||
<id>spring5-next</id>
|
||||
|
||||
<properties>
|
||||
<spring>5.0.14.BUILD-SNAPSHOT</spring>
|
||||
<spring>5.0.15.BUILD-SNAPSHOT</spring>
|
||||
<jackson>2.9.8</jackson>
|
||||
</properties>
|
||||
|
||||
@@ -647,7 +647,7 @@
|
||||
<id>spring51</id>
|
||||
|
||||
<properties>
|
||||
<spring>5.1.6.RELEASE</spring>
|
||||
<spring>5.1.7.RELEASE</spring>
|
||||
<jackson>2.9.8</jackson>
|
||||
</properties>
|
||||
|
||||
@@ -658,7 +658,7 @@
|
||||
<id>spring51-next</id>
|
||||
|
||||
<properties>
|
||||
<spring>5.1.7.BUILD-SNAPSHOT</spring>
|
||||
<spring>5.1.8.BUILD-SNAPSHOT</spring>
|
||||
<jackson>2.9.8</jackson>
|
||||
</properties>
|
||||
|
||||
@@ -671,6 +671,20 @@
|
||||
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>spring52</id>
|
||||
<properties>
|
||||
<spring>5.2.0.M2</spring>
|
||||
<jackson>2.9.8</jackson>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-milestone</id>
|
||||
<url>https://repo.spring.io/libs-milestone</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>spring52-next</id>
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user