Skip to content

Commit

Permalink
chore(deps): update dependency org.apache.maven.plugins:maven-javadoc…
Browse files Browse the repository at this point in the history
…-plugin to v3.6.3
  • Loading branch information
renovate[bot] authored Mar 28, 2024
1 parent baf2d79 commit c408826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dough-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.3</version>

<configuration>
<includeDependencySources>true</includeDependencySources>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.3</version>

<configuration>
<includeDependencySources>false</includeDependencySources>
Expand Down

0 comments on commit c408826

Please sign in to comment.