Browse Source

Upgrade to Thymeleaf Extras SpringSecurity 3.1.0.RELEASE

Closes gh-33314
pull/33335/head
Stephane Nicoll 3 years ago
parent
commit
f6ac891cc1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1466,7 +1466,7 @@ bom { @@ -1466,7 +1466,7 @@ bom {
]
}
}
library("Thymeleaf Extras SpringSecurity", "3.1.0.RC2") {
library("Thymeleaf Extras SpringSecurity", "3.1.0.RELEASE") {
group("org.thymeleaf.extras") {
modules = [
"thymeleaf-extras-springsecurity6"

Loading…
Cancel
Save