Skip to content

Commit

Permalink
Update dependency net.sourceforge.pmd:pmd-core to v7.0.0 (#850)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Wendland, Florian <[email protected]>
  • Loading branch information
renovate[bot] and fwendland authored Apr 15, 2024
1 parent 54f5a77 commit 2043b8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codyze-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
implementation("com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0")

// https://mvnrepository.com/artifact/net.sourceforge.pmd/
implementation("net.sourceforge.pmd:pmd-core:7.0.0-rc4")
implementation("net.sourceforge.pmd:pmd-java:7.0.0-rc4")
implementation("net.sourceforge.pmd:pmd-core:7.0.0")
implementation("net.sourceforge.pmd:pmd-java:7.0.0")
}

publishing {
Expand All @@ -38,4 +38,4 @@ publishing {
}
}
}
}
}

0 comments on commit 2043b8b

Please sign in to comment.