Skip to content

Commit

Permalink
remove spurious version for commons-io
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Dec 13, 2020
1 parent 923c638 commit 980fb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ config {
}
}

ext.UNSTABLE = /^[0-9,.-]+[.-](alpha|beta|rc)[.\d-]*$/
ext.UNSTABLE = /^([0-9,.-]+[.-](alpha|beta|rc)[.\d-]*)|20030203.000550$/
// ignore non-stable releases
allprojects {
tasks.named("dependencyUpdates").configure {
Expand Down

0 comments on commit 980fb85

Please sign in to comment.