Skip to content

Commit 4227b61

Browse files
CHANGE(v4): @W-17530192@: Update PMD to 7.11.0
1 parent f96a187 commit 4227b61

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.10.0"
13+
var pmd7Version = "7.11.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.10.0';
5+
export const PMD7_VERSION = '7.11.0';
66

77
export const PMD_APPEXCHANGE_RULES_VERSION = '0.16';
88

0 commit comments

Comments
 (0)