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
The Version.equals implementation updated with 2.16.0 for comparing snapshots raises an NPE if snapshotInfo is null.
I recommend to sanitize the snapshoptInfo within constructor as done for groupId and artifactId.