|
13 | 13 | <parent>
|
14 | 14 | <groupId>org.springframework.boot</groupId>
|
15 | 15 | <artifactId>spring-boot-starter-parent</artifactId>
|
16 |
| - <version>1.4.2.RELEASE</version> |
| 16 | + <version>1.5.2.RELEASE</version> |
17 | 17 | </parent>
|
18 | 18 |
|
19 | 19 | <!-- Spring IO Platform for dependency management -->
|
|
38 | 38 | <failOnMissingWebXml>false</failOnMissingWebXml>
|
39 | 39 | <!-- Overriding version of selected dependencies -->
|
40 | 40 | <!-- Work when using spring-boot-starter-parent, not platform-bom -->
|
41 |
| - <thymeleaf.version>3.0.2.RELEASE</thymeleaf.version> |
| 41 | + <thymeleaf.version>3.0.3.RELEASE</thymeleaf.version> |
42 | 42 | <thymeleaf-extras-java8time.version>3.0.0.RELEASE</thymeleaf-extras-java8time.version>
|
43 |
| - <thymeleaf-layout-dialect.version>2.0.5</thymeleaf-layout-dialect.version> |
44 |
| - <assertj.version>3.5.2</assertj.version> |
| 43 | + <thymeleaf-layout-dialect.version>2.2.0</thymeleaf-layout-dialect.version> |
| 44 | + <assertj.version>3.6.2</assertj.version> |
45 | 45 | </properties>
|
46 | 46 |
|
47 | 47 | <!-- Add typical dependencies for a web application -->
|
48 | 48 | <dependencies>
|
| 49 | + <dependency> |
| 50 | + <groupId>org.springframework.boot</groupId> |
| 51 | + <artifactId>spring-boot-devtools</artifactId> |
| 52 | + </dependency> |
49 | 53 | <dependency>
|
50 | 54 | <groupId>org.springframework.boot</groupId>
|
51 | 55 | <artifactId>spring-boot-starter-web</artifactId>
|
|
82 | 86 | <dependency>
|
83 | 87 | <groupId>org.seleniumhq.selenium</groupId>
|
84 | 88 | <artifactId>selenium-java</artifactId>
|
85 |
| - <version>2.53.0</version> |
| 89 | + <version>2.53.1</version> |
86 | 90 | <scope>test</scope>
|
87 | 91 | </dependency>
|
88 | 92 | <!-- Provided (for embedded war support) -->
|
|
0 commit comments