File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
spring-boot-tools/spring-boot-maven-plugin Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2104,7 +2104,7 @@ bom {
2104
2104
releaseNotes(" https://github.com/spring-projects/spring-retry/releases/tag/v{version}" )
2105
2105
}
2106
2106
}
2107
- library(" Spring Security" , " 6.4.0-M2 " ) {
2107
+ library(" Spring Security" , " 6.4.0-M3 " ) {
2108
2108
considerSnapshots()
2109
2109
group(" org.springframework.security" ) {
2110
2110
imports = [
Original file line number Diff line number Diff line change @@ -78,9 +78,11 @@ dependencies {
78
78
intTestImplementation(" org.junit.jupiter:junit-jupiter" )
79
79
80
80
mavenRepository(project(path : " :spring-boot-project:spring-boot" , configuration : " mavenRepository" ))
81
+ mavenRepository(project(path : " :spring-boot-project:spring-boot-dependencies" , configuration : " mavenRepository" ))
81
82
mavenRepository(project(path : " :spring-boot-project:spring-boot-test" , configuration : " mavenRepository" ))
82
83
mavenRepository(project(path : " :spring-boot-project:spring-boot-devtools" , configuration : " mavenRepository" ))
83
84
mavenRepository(project(path : " :spring-boot-project:spring-boot-docker-compose" , configuration : " mavenRepository" ))
85
+ mavenRepository(project(path : " :spring-boot-project:spring-boot-starters:spring-boot-starter-parent" , configuration : " mavenRepository" ))
84
86
85
87
versionProperties(project(path : " :spring-boot-project:spring-boot-dependencies" , configuration : " effectiveBom" ))
86
88
}
You can’t perform that action at this time.
0 commit comments