Skip to content

Commit

Permalink
Update dependency net.sourceforge.pmd:pmd-java to v7.2.0 (#870)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 12, 2024
1 parent 4a1a6ce commit 004ded9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codyze-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {

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

publishing {
Expand Down

0 comments on commit 004ded9

Please sign in to comment.