Skip to content

Commit a819109

Browse files
Merge pull request #1687 from forcedotcom/sc/W-17349577
CHANGE(pmd): @W-17349577@ Upgrade to PMD 7.8.0
2 parents 3e2e380 + 1c93785 commit a819109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pmd7/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
// Keep this in sync with src/Constants.ts > PMD7_VERSION
13-
var pmd7Version = "7.7.0"
13+
var pmd7Version = "7.8.0"
1414

1515
val pmdDist7Dir = "$buildDir/../../dist/pmd7"
1616

src/Constants.ts

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

44
// Keep this in sync with <repoRoot>/pmd7/build.gradle.kts > pmd7Version
5-
export const PMD7_VERSION = '7.7.0';
5+
export const PMD7_VERSION = '7.8.0';
66

77
export const PMD_APPEXCHANGE_RULES_VERSION = '0.16';
88

0 commit comments

Comments
 (0)