Skip to content

Commit 2765cd5

Browse files
committed
Exclude rc without versions from dependencyUpdates
1 parent aed203f commit 2765cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/org/springframework/security/convention/versions/UpdateDependenciesExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public Action<ComponentSelectionWithCurrent> createExcludeMinorVersionBump() {
166166
}
167167

168168
public DependencyExcludes releaseCandidatesVersions() {
169-
this.actions.add(excludeVersionWithRegex("(?i).*?rc\\d+.*", "a release candidate version"));
169+
this.actions.add(excludeVersionWithRegex("(?i).*?rc.*", "a release candidate version"));
170170
return this;
171171
}
172172

0 commit comments

Comments
 (0)