Skip to content

Commit f650c56

Browse files
committed
Compile against latest milestones
This commit ensures that we compile against the latest milestones released. This is mandatory before releasing our own milestone.
1 parent 0e2c5be commit f650c56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ configure(moduleProjects) {
5959
imports {
6060
mavenBom "com.fasterxml.jackson:jackson-bom:2.13.1"
6161
mavenBom "io.projectreactor:reactor-bom:2020.0.17"
62-
mavenBom "org.springframework:spring-framework-bom:5.3.17-SNAPSHOT"
63-
mavenBom "org.springframework.data:spring-data-bom:2021.2.0-SNAPSHOT"
64-
mavenBom "org.springframework.security:spring-security-bom:5.7.0-SNAPSHOT"
62+
mavenBom "org.springframework:spring-framework-bom:5.3.17"
63+
mavenBom "org.springframework.data:spring-data-bom:2021.2.0-M4"
64+
mavenBom "org.springframework.security:spring-security-bom:5.7.0-M3"
6565
mavenBom "com.querydsl:querydsl-bom:5.0.0"
6666
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.5.32"
6767
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.5.2"

0 commit comments

Comments
 (0)