Browse Source

Upgrade to Thymeleaf Extras SpringSecurity 3.1.0.RC1

Closes gh-32718
pull/32740/head
Andy Wilkinson 3 years ago
parent
commit
93a51d0f79
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save