Merge branch '3.2.x' into 3.3.x
Closes gh-41472
This commit is contained in:
@@ -81,6 +81,9 @@ class ArtifactVersionDependencyVersion extends AbstractDependencyVersion {
|
||||
|
||||
@Override
|
||||
public boolean isUpgrade(DependencyVersion candidate, boolean movingToSnapshots) {
|
||||
if (candidate instanceof MultipleComponentsDependencyVersion) {
|
||||
return super.isUpgrade(candidate, movingToSnapshots);
|
||||
}
|
||||
if (!(candidate instanceof ArtifactVersionDependencyVersion)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user