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 4a9dfc8 commit c5c66a4Copy full SHA for c5c66a4
dependencies/build.gradle
@@ -20,7 +20,7 @@ dependencies {
20
api platform("org.springframework:spring-framework-bom:$springFrameworkVersion")
21
api platform("org.springframework.data:spring-data-bom:$springDataVersion")
22
} else {
23
- api platform("org.springframework:spring-framework-bom:7.0.0-M8")
+ api platform("org.springframework:spring-framework-bom:7.0.0-RC1")
24
api platform("org.springframework.data:spring-data-bom:2025.0.4")
25
}
26
api platform("org.springframework.security:spring-security-bom:6.5.5")
0 commit comments