Skip to content

Commit 0e5f124

Browse files
committed
Remove Thymeleaf dependency management
Fixes: gh-6161
1 parent cbbf15b commit 0e5f124

6 files changed

+1
-12
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,7 @@ dependencyManagement {
195195
dependency 'org.slf4j:slf4j-nop:1.7.25'
196196
dependency 'org.sonatype.sisu.inject:cglib:2.2.1-v20090111'
197197
dependency 'org.springframework.ldap:spring-ldap-core:2.3.2.RELEASE'
198-
dependency 'org.thymeleaf:thymeleaf-spring5:3.0.10.RELEASE'
199-
dependency 'org.thymeleaf:thymeleaf:3.0.9.RELEASE'
198+
dependency 'org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE'
200199
dependency 'org.unbescape:unbescape:1.1.5.RELEASE'
201200
dependency 'org.w3c.css:sac:1.3'
202201
dependency 'xalan:serializer:2.7.2'

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

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

3-
ext['thymeleaf.version'] = '3.0.9.RELEASE'
4-
53
dependencies {
64
compile project(':spring-security-config')
75
compile project(':spring-security-web')

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

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

3-
ext['thymeleaf.version'] = '3.0.9.RELEASE'
4-
53
dependencies {
64
compile 'org.springframework.boot:spring-boot-starter-thymeleaf'
75
compile 'org.springframework.boot:spring-boot-starter-web'

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

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

3-
ext['thymeleaf.version'] = '3.0.9.RELEASE'
4-
53
dependencies {
64
compile project(':spring-security-config')
75
compile project(':spring-security-oauth2-client')

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

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

3-
ext['thymeleaf.version'] = '3.0.9.RELEASE'
4-
53
dependencies {
64
compile project(':spring-security-config')
75
compile project(':spring-security-oauth2-client')

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

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

3-
ext['thymeleaf.version'] = '3.0.9.RELEASE'
4-
53
dependencies {
64
compile project(':spring-security-config')
75
compile project(':spring-security-oauth2-client')

0 commit comments

Comments
 (0)