Skip to content

Commit

Permalink
Merge pull request #194 from xdev-software/renovate/net.sourceforge.pmd
Browse files Browse the repository at this point in the history
Update net.sourceforge.pmd to v7.8.0
  • Loading branch information
JohannesRabauer authored Dec 2, 2024
2 parents 296d0a9 + 59b7c02 commit 94f5436
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>7.7.0</version>
<version>7.8.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>7.7.0</version>
<version>7.8.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions spring-data-eclipse-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -482,12 +482,12 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>7.7.0</version>
<version>7.8.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>7.7.0</version>
<version>7.8.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 94f5436

Please sign in to comment.