Skip to content

Commit

Permalink
Update pmd-core and pmd-java dependencies to 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Jul 28, 2024
1 parent 47e013e commit 166ca87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 1.7.0 (unreleased)

### Notes
- Update `pmd-core` and `pmd-java` dependencies to `7.4.0`
- Update the `maven-javadoc-plugin` plugin to `3.8.0`

## [1.6.2](https://github.com/AlexisJehan/MvnCheck/releases/tag/v1.6.2) (2024-07-16)
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,12 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>7.3.0</version>
<version>7.4.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>7.3.0</version>
<version>7.4.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 166ca87

Please sign in to comment.