Skip to content

Commit

Permalink
Update dependencies and plugins
Browse files Browse the repository at this point in the history
- Update pmd-core and pmd-java dependencies to 7.8.0
- Update the maven-javadoc-plugin plugin to 3.11.2
  • Loading branch information
AlexisJehan committed Dec 9, 2024
1 parent 0ccb1d4 commit 4876333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
- Update the `junit-jupiter` dependency to `5.11.3`
- Update `mockito-core` and `mockito-junit-jupiter` dependencies to `5.14.2`
- Update the `maven-pmd-plugin` plugin to `3.26.0`
- Update `pmd-core` and `pmd-java` dependencies to `7.7.0`
- Update `pmd-core` and `pmd-java` dependencies to `7.8.0`
- Update `maven-surefire-plugin` and `maven-failsafe-plugin` plugins to `3.5.2`
- Update the `maven-javadoc-plugin` plugin to `3.11.1`
- Update the `maven-javadoc-plugin` plugin to `3.11.2`
- Update the `maven-gpg-plugin` plugin to `3.2.7`

## [1.7.0](https://github.com/AlexisJehan/MvnCheck/releases/tag/v1.7.0) (2024-09-27)
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,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>
<configuration>
Expand Down Expand Up @@ -370,7 +370,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.1</version>
<version>3.11.2</version>
<executions>
<execution>
<id>javadoc-jar</id>
Expand Down

0 comments on commit 4876333

Please sign in to comment.