Update to Spring Data 2021.1.10
Closes gh-955
This commit is contained in:
2
dependencies/build.gradle
vendored
2
dependencies/build.gradle
vendored
@@ -21,7 +21,7 @@ dependencies {
|
||||
api platform("org.springframework.data:spring-data-bom:$springDataVersion")
|
||||
} else {
|
||||
api platform("org.springframework:spring-framework-bom:5.3.39")
|
||||
api platform("org.springframework.data:spring-data-bom:2021.1.4")
|
||||
api platform("org.springframework.data:spring-data-bom:2021.1.10")
|
||||
}
|
||||
api platform("org.junit:junit-bom:5.8.2")
|
||||
api platform("com.fasterxml.jackson:jackson-bom:2.13.3")
|
||||
|
||||
Reference in New Issue
Block a user