Skip to content

Commit

Permalink
Merge pull request #1621 from forcedotcom/sc/pmd7_5
Browse files Browse the repository at this point in the history
CHANGE(pmd): @W-16698971@: Upgrade PMD version to 7.5.0
  • Loading branch information
stephen-carter-at-sf authored Sep 9, 2024
2 parents 6cd518b + 884d89b commit 2f1eca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pmd7/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

// Keep this in sync with src/Constants.ts > PMD7_VERSION
var pmd7Version = "7.4.0"
var pmd7Version = "7.5.0"

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

Expand Down
2 changes: 1 addition & 1 deletion src/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import os = require('os');
import path = require('path');

// Keep this in sync with <repoRoot>/pmd7/build.gradle.kts > pmd7Version
export const PMD7_VERSION = '7.4.0';
export const PMD7_VERSION = '7.5.0';

export const PMD_APPEXCHANGE_RULES_VERSION = '0.15';

Expand Down

0 comments on commit 2f1eca8

Please sign in to comment.