1
0
mirror of synced 2026-08-05 17:57:15 +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,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')