Browse Source

Upgrade to Thymeleaf 3.1.3.RELEASE

Closes gh-43469
pull/43483/head
Stéphane Nicoll 1 year ago
parent
commit
922ff4f252
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2392,7 +2392,7 @@ bom { @@ -2392,7 +2392,7 @@ bom {
javadoc("https://javadoc.io/doc/com.redis/testcontainers-redis/{version}", "com.redis.testcontainers")
}
}
library("Thymeleaf", "3.1.2.RELEASE") {
library("Thymeleaf", "3.1.3.RELEASE") {
group("org.thymeleaf") {
modules = [
"thymeleaf",

Loading…
Cancel
Save