We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32db2e4 commit fe20db4Copy full SHA for fe20db4
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:6.1.14")
+ api platform("org.springframework:spring-framework-bom:6.1.15")
24
api platform("org.springframework.data:spring-data-bom:2021.2.18")
25
}
26
api platform('com.fasterxml.jackson:jackson-bom:2.15.4')
0 commit comments