Skip to content

Commit

Permalink
Update dependencies and plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Dec 9, 2024
1 parent f6f4e1a commit f7c04ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- Update the `maven-surefire-plugin` plugin to `3.5.2`
- Update the `jacoco-maven-plugin` plugin to `0.8.12`
- Update the `maven-source-plugin` plugin to `3.3.1`
- 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`
- Migrate the continuous integration from _Travis CI_ to _GitHub Actions_

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,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 @@ -226,7 +226,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 f7c04ff

Please sign in to comment.