Skip to content

Commit 96f7489

Browse files
committed
Starting building against Spring Data 2020.0.0 snapshots
See gh-21930
1 parent 0d6ea79 commit 96f7489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,10 +1672,10 @@ bom {
16721672
]
16731673
}
16741674
}
1675-
library("Spring Data Releasetrain", "Neumann-RELEASE") {
1675+
library("Spring Data Bom", "2020.0.0-SNAPSHOT") {
16761676
group("org.springframework.data") {
16771677
imports = [
1678-
"spring-data-releasetrain"
1678+
"spring-data-bom"
16791679
]
16801680
}
16811681
}

0 commit comments

Comments
 (0)