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
Describe the bug
Scanning an application that has the dependency to Spring Boot declared in dependencyManagement but not other dependency to Spring Boot fails.
Also the check for spring-modules takes the version into account but uses a finder that checks only declared dependencies.
But in most cases declared dependencies to Spring modules will not have a version declared and this check will then fail.
Replacing the finder with a finder that searches the resolved dependencies with version and not only declared dependencies would fix this
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Scanning an application that has the dependency to Spring Boot declared in
dependencyManagement
but not other dependency to Spring Boot fails.Also the check for spring-modules takes the version into account but uses a finder that checks only declared dependencies.
But in most cases declared dependencies to Spring modules will not have a version declared and this check will then fail.
Replacing the finder with a finder that searches the resolved dependencies with version and not only declared dependencies would fix this
To reproduce
Given:
When running
boot-2.7-3.0-dependency-version-update
Then:
nothing changes
Expected:
Version updated and repository added (if required)
The text was updated successfully, but these errors were encountered: