We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a696266 commit eae2846Copy full SHA for eae2846
plugins/codemodder-plugin-pmd/build.gradle.kts
@@ -8,7 +8,7 @@ description = "Plugin to enable the use of PMD in codemods"
8
dependencies {
9
compileOnly(libs.jetbrains.annotations)
10
implementation(project(":framework:codemodder-base"))
11
- implementation("net.sourceforge.pmd:pmd-java:7.0.0-rc3")
+ implementation("net.sourceforge.pmd:pmd-java:7.14.0")
12
testImplementation(testlibs.bundles.junit.jupiter)
13
testImplementation(testlibs.bundles.hamcrest)
14
testImplementation(testlibs.assertj)
0 commit comments