Merge pull request #7264 from eugenp/BAEL-2791_Update_Spring_WebFlux_article

BAEL-2791 Update Spring WebFlux article to 2.1.6.RELEASE, and updated…
This commit is contained in:
Loredana Crusoveanu 2019-07-07 21:49:42 +03:00 committed by GitHub
commit fb1bfe78ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,9 +75,9 @@
</profiles>
<properties>
<rest-assured.version>3.1.0</rest-assured.version>
<rest-assured.version>3.3.0</rest-assured.version>
<!-- plugins -->
<thin.version>1.0.21.RELEASE</thin.version>
<spring-boot.version>2.1.3.RELEASE</spring-boot.version>
<thin.version>1.0.22.RELEASE</thin.version>
<spring-boot.version>2.1.6.RELEASE</spring-boot.version>
</properties>
</project>