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 d91fdea commit 0a297aaCopy full SHA for 0a297aa
dependencies/build.gradle
@@ -21,7 +21,7 @@ dependencies {
21
api platform("org.springframework.data:spring-data-bom:$springDataVersion")
22
} else {
23
api platform("org.springframework:spring-framework-bom:7.0.0-M6")
24
- api platform("org.springframework.data:spring-data-bom:2021.2.18")
+ api platform("org.springframework.data:spring-data-bom:2025.0.1")
25
}
26
api platform("org.springframework.security:spring-security-bom:6.4.6")
27
api platform('com.fasterxml.jackson:jackson-bom:2.19.1')
0 commit comments