Issue 6427 fix incompatible dependencies (#6428)

* fix 6427 - update Spring Boot to 2.1.3, update Spring Cloud to Greenwich.RELEASE

* cleanup: specify Thymeleaf namespace, `@ComponentScan` is redundant near `@SpringBootApplication`
This commit is contained in:
Paul
2019-02-27 20:54:22 +03:00
committed by maibin
parent b293765466
commit c575ba8d6f
5 changed files with 12 additions and 16 deletions

View File

@@ -78,8 +78,6 @@
<rest-assured.version>3.1.0</rest-assured.version>
<!-- plugins -->
<thin.version>1.0.11.RELEASE</thin.version>
<spring-boot.version>2.1.1.RELEASE</spring-boot.version>
<spring-boot.version>2.1.3.RELEASE</spring-boot.version>
</properties>
</project>