Browse Source

Upgrade to Thymeleaf 3.1.3.RELEASE

Closes gh-43464
pull/43494/head
Stéphane Nicoll 1 year ago
parent
commit
65cedf6bc5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2398,7 +2398,7 @@ bom { @@ -2398,7 +2398,7 @@ bom {
releaseNotes("https://github.com/testcontainers/testcontainers-java/releases/tag/{version}")
}
}
library("Thymeleaf", "3.1.2.RELEASE") {
library("Thymeleaf", "3.1.3.RELEASE") {
group("org.thymeleaf") {
modules = [
"thymeleaf",

Loading…
Cancel
Save