We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355b428 commit fb2cc73Copy full SHA for fb2cc73
build.gradle
@@ -26,8 +26,12 @@ allprojects {
26
27
repositories {
28
mavenCentral()
29
- if (version.contains('-')) {
30
- maven { url "https://repo.spring.io/milestone" }
+ maven {
+ url "https://repo.spring.io/milestone"
31
+ content {
32
+ // Thymeleaf uses 6.0.0-RC2 of Security's bom in its dependency management
33
+ includeModule("org.springframework.security", "spring-security-bom")
34
+ }
35
}
36
if (version.endsWith('-SNAPSHOT')) {
37
maven { url "https://repo.spring.io/snapshot" }
0 commit comments