diff --git a/build.gradle b/build.gradle index 87f91885..00456f14 100644 --- a/build.gradle +++ b/build.gradle @@ -84,7 +84,7 @@ tasks.withType(Test).all { } repositories { - maven { url "https://repo.spring.io/libs-milestone" } + maven { url "https://repo.spring.io/libs-snapshot" } maven { url "https://repo.spring.io/plugins-release"} maven { url "https://repository.apache.org/content/repositories/snapshots" } } diff --git a/pom.xml b/pom.xml index 1edd293b..6431555a 100644 --- a/pom.xml +++ b/pom.xml @@ -32,8 +32,8 @@ - spring-libs-milestone - https://repo.spring.io/libs-milestone + spring-libs-snapshot + https://repo.spring.io/libs-snapshot apache-snapshots