Reputation: 173
Unable to download spring-boot-starter-parent-2.4.0-M1 jar with maven today (July 6th, 2022)
This is giving 404. https://repo.spring.io/milestone/org/springframework/boot/spring-boot-starter-parent/2.4.0-M1/spring-boot-starter-parent-2.4.0-M1.pom
any quick resolutions? Note: Can't switch to new versions immediately.
Upvotes: 2
Views: 1651
Reputation: 1651
Spring repo is down at the moment. See https://twitter.com/springops/status/1544719860340428800?s=20&t=0KUlqQe7S4Hh2fcH0ElF9w
Upvotes: 2
Reputation: 113
Not sure if other that spring are publishing the milestones. You can use your own maven repository and publish that version to stay fixed. Otherwise, you need to point to the 2.4.0 version of that same artifact.
Upvotes: 0