Browse Source

Upgrade to Thymeleaf 3.1.1.RELEASE

Closes gh-33486
pull/33707/head
Brian Clozel 3 years ago
parent
commit
ad63cb8e62
  1. 8
      build.gradle
  2. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

8
build.gradle

@ -26,12 +26,8 @@ allprojects { @@ -26,12 +26,8 @@ allprojects {
repositories {
mavenCentral()
maven {
url "https://repo.spring.io/milestone"
content {
// Thymeleaf uses 6.0.0-RC2 of Security's bom in its dependency management
includeModule("org.springframework.security", "spring-security-bom")
}
if (version.contains('-')) {
maven { url "https://repo.spring.io/milestone" }
}
if (version.endsWith('-SNAPSHOT')) {
maven { url "https://repo.spring.io/snapshot" }

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1451,7 +1451,7 @@ bom { @@ -1451,7 +1451,7 @@ bom {
]
}
}
library("Thymeleaf", "3.1.0.RELEASE") {
library("Thymeleaf", "3.1.1.RELEASE") {
group("org.thymeleaf") {
modules = [
"thymeleaf",

Loading…
Cancel
Save