#776 - Upgrade to Spring Framework 4.3.23.
Upgraded forward looking build profiles as well. Reintroduced build profile for the latest Spring 5.1 release version.
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.23.BUILD-SNAPSHOT</spring>
|
||||
<spring>4.3.23.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.23.BUILD-SNAPSHOT</spring>
|
||||
<spring>4.3.24.BUILD-SNAPSHOT</spring>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
@@ -618,7 +618,7 @@
|
||||
<id>spring5</id>
|
||||
|
||||
<properties>
|
||||
<spring>5.0.12.RELEASE</spring>
|
||||
<spring>5.0.13.RELEASE</spring>
|
||||
<jackson>2.9.8</jackson>
|
||||
</properties>
|
||||
|
||||
@@ -629,7 +629,7 @@
|
||||
<id>spring5-next</id>
|
||||
|
||||
<properties>
|
||||
<spring>5.0.13.BUILD-SNAPSHOT</spring>
|
||||
<spring>5.0.14.BUILD-SNAPSHOT</spring>
|
||||
<jackson>2.9.8</jackson>
|
||||
</properties>
|
||||
|
||||
@@ -642,12 +642,23 @@
|
||||
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
|
||||
<id>spring51</id>
|
||||
|
||||
<properties>
|
||||
<spring>5.1.6.RELEASE</spring>
|
||||
<jackson>2.9.8</jackson>
|
||||
</properties>
|
||||
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
|
||||
<id>spring51-next</id>
|
||||
|
||||
<properties>
|
||||
<spring>5.1.6.BUILD-SNAPSHOT</spring>
|
||||
<spring>5.1.7.BUILD-SNAPSHOT</spring>
|
||||
<jackson>2.9.8</jackson>
|
||||
</properties>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user