mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-02-11 16:04:48 +00:00
buildSrc does not need its own Gradle wrapper and should use the parent project's wrapper. Having a separate wrapper causes Dependabot to detect and attempt to update it independently, creating confusion and unnecessary PRs. Closes gh-18692