Skip to content

Commit a2e6aa6

Browse files
authored
Merge pull request #1022 from forcedotcom/rm/pmd6.55
CHANGE (PMD): @W-12699831@: Upgrades PMD version to 6.55.0
2 parents 2a3369f + 1d46883 commit a2e6aa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pmd-cataloger/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ group = "sfdx"
99
version = "1.0"
1010

1111
val distDir = "$buildDir/../../dist"
12-
val pmdVersion = "6.54.0"
12+
val pmdVersion = "6.55.0"
1313
val pmdFile = "pmd-bin-$pmdVersion.zip"
1414
val pmdUrl = "https://github.com/pmd/pmd/releases/download/pmd_releases%2F${pmdVersion}/${pmdFile}"
1515
val skippableJarRegexes = setOf("""^common_[\d\.-]*\.jar""".toRegex(),

src/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os = require('os');
22
import path = require('path');
33

4-
export const PMD_VERSION = '6.54.0';
4+
export const PMD_VERSION = '6.55.0';
55
export const SFGE_VERSION = '1.0.1-pilot';
66
export const CATALOG_FILE = 'Catalog.json';
77
export const CUSTOM_PATHS_FILE = 'CustomPaths.json';

0 commit comments

Comments
 (0)