Skip to content

Commit 9f4688c

Browse files
committed
Upgrade to Thymeleaf 3.0.8.RELEASE
Closes gh-10319
1 parent b322b19 commit 9f4688c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,7 @@
187187
<sqlite-jdbc.version>3.20.0</sqlite-jdbc.version>
188188
<statsd-client.version>3.1.0</statsd-client.version>
189189
<sun-mail.version>${javax-mail.version}</sun-mail.version>
190-
<thymeleaf.version>3.0.7.RELEASE</thymeleaf.version>
191-
<thymeleaf-spring5.version>3.0.7.RC1</thymeleaf-spring5.version>
190+
<thymeleaf.version>3.0.8.RELEASE</thymeleaf.version>
192191
<thymeleaf-extras-springsecurity4.version>3.0.2.RELEASE</thymeleaf-extras-springsecurity4.version>
193192
<thymeleaf-layout-dialect.version>2.2.2</thymeleaf-layout-dialect.version>
194193
<thymeleaf-extras-data-attribute.version>2.0.1</thymeleaf-extras-data-attribute.version>
@@ -2819,7 +2818,7 @@
28192818
<dependency>
28202819
<groupId>org.thymeleaf</groupId>
28212820
<artifactId>thymeleaf-spring5</artifactId>
2822-
<version>${thymeleaf-spring5.version}</version>
2821+
<version>${thymeleaf.version}</version>
28232822
</dependency>
28242823
<dependency>
28252824
<groupId>org.thymeleaf.extras</groupId>

0 commit comments

Comments
 (0)