1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Update to thymeleaf-spring5 3.0.14

Closes gh-10620
This commit is contained in:
Eleftheria Stein
2021-12-20 12:40:53 +02:00
parent 9c892c1c35
commit 0eb7ad597c
5 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -211,8 +211,8 @@ dependencyManagement {
dependency 'org.sonatype.sisu.inject:cglib:2.2.1-v20090111'
dependency 'org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE'
dependency 'org.synchronoss.cloud:nio-multipart-parser:1.1.0'
dependency 'org.thymeleaf:thymeleaf-spring5:3.0.12.RELEASE'
dependency 'org.unbescape:unbescape:1.1.5.RELEASE'
dependency 'org.thymeleaf:thymeleaf-spring5:3.0.14.RELEASE'
dependency 'org.w3c.css:sac:1.3'
dependency 'xalan:serializer:2.7.2'
dependency 'xalan:xalan:2.7.2'
@@ -1,5 +1,7 @@
apply plugin: 'io.spring.convention.spring-sample-boot'
ext['thymeleaf.version']='3.0.14.RELEASE'
dependencies {
compile project(':spring-security-config')
compile project(':spring-security-web')
@@ -1,5 +1,7 @@
apply plugin: 'io.spring.convention.spring-sample-boot'
ext['thymeleaf.version']='3.0.14.RELEASE'
dependencies {
compile 'org.springframework.boot:spring-boot-starter-thymeleaf'
compile 'org.springframework.boot:spring-boot-starter-web'
@@ -1,5 +1,7 @@
apply plugin: 'io.spring.convention.spring-sample-boot'
ext['thymeleaf.version']='3.0.14.RELEASE'
dependencies {
compile project(':spring-security-config')
compile project(':spring-security-oauth2-client')
@@ -16,6 +16,8 @@
apply plugin: 'io.spring.convention.spring-sample-boot'
ext['thymeleaf.version']='3.0.14.RELEASE'
dependencies {
compile project(':spring-security-core')
compile project(':spring-security-config')