Prepare for Spring Security 6.2

- Change the build to look for milestone dependencies
This commit is contained in:
Josh Cummings
2023-07-14 18:38:34 -06:00
parent 5f4484eed8
commit aff570be16
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ plugins {
dependencyResolutionManagement {
repositories {
mavenCentral()
maven { url "https://repo.spring.io/milestone" }
}
}