Skip to content

Commit

Permalink
Update PMD packages to v7.8.0 (#921)
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 Dec 2, 2024
1 parent 82f40c3 commit 8bdf4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.7.0")
implementation("net.sourceforge.pmd:pmd-java:7.7.0")
implementation("net.sourceforge.pmd:pmd-core:7.8.0")
implementation("net.sourceforge.pmd:pmd-java:7.8.0")
}

publishing {
Expand Down

0 comments on commit 8bdf4e5

Please sign in to comment.