Skip to content

Commit 0fd5144

Browse files
committed
Merge remote-tracking branch 'origin/main' into draft-interface-clients-autoconfiguration
2 parents a46c30d + 25954d2 commit 0fd5144

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2104,7 +2104,7 @@ bom {
21042104
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
21052105
}
21062106
}
2107-
library("Spring Security", "6.4.0-M2") {
2107+
library("Spring Security", "6.4.0-M3") {
21082108
considerSnapshots()
21092109
group("org.springframework.security") {
21102110
imports = [

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,11 @@ dependencies {
7878
intTestImplementation("org.junit.jupiter:junit-jupiter")
7979

8080
mavenRepository(project(path: ":spring-boot-project:spring-boot", configuration: "mavenRepository"))
81+
mavenRepository(project(path: ":spring-boot-project:spring-boot-dependencies", configuration: "mavenRepository"))
8182
mavenRepository(project(path: ":spring-boot-project:spring-boot-test", configuration: "mavenRepository"))
8283
mavenRepository(project(path: ":spring-boot-project:spring-boot-devtools", configuration: "mavenRepository"))
8384
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"))
8486

8587
versionProperties(project(path: ":spring-boot-project:spring-boot-dependencies", configuration: "effectiveBom"))
8688
}

0 commit comments

Comments
 (0)