Merge branch '5.3.x'

This commit is contained in:
rstoyanchev
2022-07-06 11:59:53 +01:00

View File

@@ -252,7 +252,7 @@ configure(allprojects) { project ->
repositories {
mavenCentral()
maven { url "https://repo.spring.io/libs-spring-framework-build" }
maven { url "https://repo.spring.io/snapshot"} // Reactor
maven { url "https://repo.spring.io/snapshot" } // Reactor
}
}
configurations.all {