Skip to content

Commit

Permalink
Upgrade to Thymeleaf 3.1.1.RELEASE
Browse files Browse the repository at this point in the history
Closes gh-33486
  • Loading branch information
bclozel committed Dec 7, 2022
1 parent 1751df1 commit ad63cb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions build.gradle
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -1451,7 +1451,7 @@ bom {
]
}
}
library("Thymeleaf", "3.1.0.RELEASE") {
library("Thymeleaf", "3.1.1.RELEASE") {
group("org.thymeleaf") {
modules = [
"thymeleaf",
Expand Down

0 comments on commit ad63cb8

Please sign in to comment.