#777 - Upgrade to Spring Framework 5.0.13.
Upgraded forward looking build profiles as well. Upgraded Querydsl forward looking build profile to 4.1.2. Added build profile for Spring 5.1 released versions.
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
<rxjava-reactive-streams>1.2.1</rxjava-reactive-streams>
|
||||
<rxjava2>2.1.17</rxjava2>
|
||||
<slf4j>1.7.25</slf4j>
|
||||
<spring>5.0.13.BUILD-SNAPSHOT</spring>
|
||||
<spring>5.0.13.RELEASE</spring>
|
||||
<spring-hateoas>0.25.0.RELEASE</spring-hateoas>
|
||||
<threetenbp>1.3.8</threetenbp>
|
||||
<validation>1.1.0.Final</validation>
|
||||
@@ -605,7 +605,7 @@
|
||||
<profile>
|
||||
<id>spring5-next</id>
|
||||
<properties>
|
||||
<spring>5.0.13.BUILD-SNAPSHOT</spring>
|
||||
<spring>5.0.14.BUILD-SNAPSHOT</spring>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
@@ -615,10 +615,17 @@
|
||||
</repositories>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>spring51</id>
|
||||
<properties>
|
||||
<spring>5.1.6.RELEASE</spring>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>spring51-next</id>
|
||||
<properties>
|
||||
<spring>5.1.6.BUILD-SNAPSHOT</spring>
|
||||
<spring>5.1.7.BUILD-SNAPSHOT</spring>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
@@ -644,7 +651,7 @@
|
||||
<profile>
|
||||
<id>querydsl-next</id>
|
||||
<properties>
|
||||
<querydsl>4.1.4.BUILD-SNAPSHOT</querydsl>
|
||||
<querydsl>4.1.5.BUILD-SNAPSHOT</querydsl>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
|
||||
Reference in New Issue
Block a user