Skip to content

Commit b791ac4

Browse files
committed
upgrade thymeleaf 3.0.0
1 parent cd188e8 commit b791ac4

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

pom.xml

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<start-class>org.mvnsearch.ThymeLeafDemoApplication</start-class>
1717
<java.version>1.8</java.version>
18-
<spring.version>4.2.3.RELEASE</spring.version>
19-
<spring-boot.version>1.3.0.RELEASE</spring-boot.version>
18+
<spring.version>4.2.6.RELEASE</spring.version>
19+
<spring-boot.version>1.3.4.RELEASE</spring-boot.version>
2020
</properties>
2121

2222
<dependencies>
@@ -29,28 +29,33 @@
2929
<artifactId>spring-boot-starter-web</artifactId>
3030
</dependency>
3131
<dependency>
32-
<groupId>org.springframework.boot</groupId>
33-
<artifactId>spring-boot-starter-thymeleaf</artifactId>
32+
<groupId>org.thymeleaf</groupId>
33+
<artifactId>thymeleaf</artifactId>
34+
<version>3.0.0.RELEASE</version>
3435
</dependency>
3536
<dependency>
36-
<groupId>org.springframework.boot</groupId>
37-
<artifactId>spring-boot-actuator</artifactId>
37+
<groupId>org.thymeleaf</groupId>
38+
<artifactId>thymeleaf-spring4</artifactId>
39+
<version>3.0.0.RELEASE</version>
3840
</dependency>
3941
<dependency>
40-
<groupId>io.dropwizard.metrics</groupId>
41-
<artifactId>metrics-core</artifactId>
42+
<groupId>org.thymeleaf.extras</groupId>
43+
<artifactId>thymeleaf-extras-springsecurity4</artifactId>
44+
<version>3.0.0.RELEASE</version>
45+
<optional>true</optional>
4246
</dependency>
4347
<dependency>
44-
<groupId>org.apache.httpcomponents</groupId>
45-
<artifactId>httpclient</artifactId>
48+
<groupId>org.springframework.boot</groupId>
49+
<artifactId>spring-boot-starter-thymeleaf3</artifactId>
50+
<version>1.0.0-SNAPSHOT</version>
4651
</dependency>
4752
<dependency>
48-
<groupId>org.apache.httpcomponents</groupId>
49-
<artifactId>httpcore</artifactId>
53+
<groupId>org.springframework.boot</groupId>
54+
<artifactId>spring-boot-actuator</artifactId>
5055
</dependency>
5156
<dependency>
52-
<groupId>org.springframework.boot</groupId>
53-
<artifactId>spring-boot-devtools</artifactId>
57+
<groupId>io.dropwizard.metrics</groupId>
58+
<artifactId>metrics-core</artifactId>
5459
</dependency>
5560
<dependency>
5661
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)