kolorobot / spring-boot-thymeleaf

A simple web application in Spring Boot and Thymeleaf
335 stars 255 forks source link

Update version Bootstrap, jQuery etc. Polish source code. #7

Closed donhuvy closed 7 years ago

donhuvy commented 7 years ago

1. Update dependencies version

No. Dependency Old version New version
1 Spring Boot 1.5.2.RELEASE 1.5.4.RELEASE
2 jQuery 2.2.1 3.2.1
3 Bootstrap 3.3.6 3.3.7
4 Thymeleaf 3.0.3 3.0.6
5 Thymeleaf-layout-dialect 2.2.0 2.2.2
6 AssertJ 3.6.2 3.8.0
7 Selenium 2.53.1 3.4.0

2. Polish source code

3. Change version of artifact from 1.0 to 1.0.0-SNAPSHOT.

kolorobot commented 7 years ago

@donhuvy Thanks for the PR!