You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Initializr is trying to read the version of the plugin from dependency management so that we don't have to maintain which version works with which version of Spring Boot.
Unfortunately, this information is not available in spring-boot-dependencies at the moment so we can't read it as other poms are processed by the flatten maven plugin.
It would be nice if we had a way to expose that information.