Skip to content

Commit

Permalink
Update the maven-javadoc-plugin plugin to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Feb 24, 2023
1 parent 64960d8 commit 59df1fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Notes
- Update the `gradle-tooling-api` dependency to `8.0.1`
- Update `log4j-api`, `log4j-core` and `log4j-slf4j-impl` dependencies to `2.20.0`
- Update the `maven-javadoc-plugin` plugin to `3.5.0`
- Update the `maven-assembly-plugin` plugin to `3.5.0`

## [v1.1.0 (2023-02-09)](https://github.com/AlexisJehan/MavenCheck/releases/tag/v1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<configuration>
<additionalOptions>-html5</additionalOptions>
</configuration>
Expand Down

0 comments on commit 59df1fb

Please sign in to comment.