Skip to content

Commit 0eb7ad5

Browse files
committed
Update to thymeleaf-spring5 3.0.14
Closes gh-10620
1 parent 9c892c1 commit 0eb7ad5

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ dependencyManagement {
211211
dependency 'org.sonatype.sisu.inject:cglib:2.2.1-v20090111'
212212
dependency 'org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE'
213213
dependency 'org.synchronoss.cloud:nio-multipart-parser:1.1.0'
214-
dependency 'org.thymeleaf:thymeleaf-spring5:3.0.12.RELEASE'
215214
dependency 'org.unbescape:unbescape:1.1.5.RELEASE'
215+
dependency 'org.thymeleaf:thymeleaf-spring5:3.0.14.RELEASE'
216216
dependency 'org.w3c.css:sac:1.3'
217217
dependency 'xalan:serializer:2.7.2'
218218
dependency 'xalan:xalan:2.7.2'

samples/boot/helloworld/spring-security-samples-boot-helloworld.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
apply plugin: 'io.spring.convention.spring-sample-boot'
22

3+
ext['thymeleaf.version']='3.0.14.RELEASE'
4+
35
dependencies {
46
compile project(':spring-security-config')
57
compile project(':spring-security-web')

samples/boot/insecure/spring-security-samples-boot-insecure.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
apply plugin: 'io.spring.convention.spring-sample-boot'
22

3+
ext['thymeleaf.version']='3.0.14.RELEASE'
4+
35
dependencies {
46
compile 'org.springframework.boot:spring-boot-starter-thymeleaf'
57
compile 'org.springframework.boot:spring-boot-starter-web'

samples/boot/oauth2login/spring-security-samples-boot-oauth2login.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
apply plugin: 'io.spring.convention.spring-sample-boot'
22

3+
ext['thymeleaf.version']='3.0.14.RELEASE'
4+
35
dependencies {
46
compile project(':spring-security-config')
57
compile project(':spring-security-oauth2-client')

samples/boot/webflux-form/spring-security-samples-boot-webflux-form.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
apply plugin: 'io.spring.convention.spring-sample-boot'
1818

19+
ext['thymeleaf.version']='3.0.14.RELEASE'
20+
1921
dependencies {
2022
compile project(':spring-security-core')
2123
compile project(':spring-security-config')

0 commit comments

Comments
 (0)