Skip to content

Commit eae2846

Browse files
Update dependency net.sourceforge.pmd:pmd-java to v7.14.0
1 parent a696266 commit eae2846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/codemodder-plugin-pmd/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Plugin to enable the use of PMD in codemods"
88
dependencies {
99
compileOnly(libs.jetbrains.annotations)
1010
implementation(project(":framework:codemodder-base"))
11-
implementation("net.sourceforge.pmd:pmd-java:7.0.0-rc3")
11+
implementation("net.sourceforge.pmd:pmd-java:7.14.0")
1212
testImplementation(testlibs.bundles.junit.jupiter)
1313
testImplementation(testlibs.bundles.hamcrest)
1414
testImplementation(testlibs.assertj)

0 commit comments

Comments
 (0)