Upgrade to Spring Framework 5.3.0-SNAPSHOT

This commit also switches to RSocket SNAPSHOTs and updates the
repository configuration to rely on "libs-snapshot", since the RSocket
SNAPSHOTs are mirrored there.

See gh-22640
This commit is contained in:
Brian Clozel
2020-07-29 14:39:37 +02:00
parent 7aa093e0ca
commit 6f2098ad71
6 changed files with 10 additions and 12 deletions

View File

@@ -1350,7 +1350,7 @@ bom {
]
}
}
library("RSocket", "1.0.1") {
library("RSocket", "1.1.0-SNAPSHOT") {
group("io.rsocket") {
imports = [
"rsocket-bom"
@@ -1570,7 +1570,7 @@ bom {
]
}
}
library("Spring Framework", "5.3.0-M1") {
library("Spring Framework", "5.3.0-SNAPSHOT") {
group("org.springframework") {
imports = [
"spring-framework-bom"