Skip to content

Commit

Permalink
Update lib/modules/manager/gradle/extract/catalog.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Feichtner <343448+Churro@users.noreply.github.com>
  • Loading branch information
cjtim and Churro committed May 3, 2023
1 parent b303b2b commit cfadd1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/modules/manager/gradle/extract/catalog.ts
Expand Up @@ -79,7 +79,6 @@ function extractVersion({
versionSubContent: string;
}): VersionExtract {
if (isVersionPointer(version)) {
// This is to support dot annotation version reference
const parsedVersion = version.ref.replace(regEx(/[._]/g), '-');
// everything else is ignored
return extractLiteralVersion({
Expand Down

0 comments on commit cfadd1a

Please sign in to comment.