Skip to content

Commit

Permalink
Merge pull request #195 from dependabot/gradle/net.sourceforge.pmd-pm…
Browse files Browse the repository at this point in the history
…d-java-6.49.0
  • Loading branch information
vox-eve authored Sep 1, 2022
2 parents 3a7ce68 + 4bb2878 commit 6607ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ subprojects {
dependencies {
compileOnly("com.github.spotbugs:spotbugs-annotations:4.7.1")
testCompileOnly("com.github.spotbugs:spotbugs-annotations:4.7.0")
pmd("net.sourceforge.pmd:pmd-java:6.48.0") {
pmd("net.sourceforge.pmd:pmd-java:6.49.0") {
exclude group: 'commons-io', module: 'commons-io'
}
pmd("commons-io:commons-io:2.11.0")
Expand Down

0 comments on commit 6607ee0

Please sign in to comment.