Skip to content

Commit efc5fc6

Browse files
authored
build(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.6.3 (#706)
1 parent 046a932 commit efc5fc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

java-shared-config/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
<plugin>
416416
<groupId>org.apache.maven.plugins</groupId>
417417
<artifactId>maven-javadoc-plugin</artifactId>
418-
<version>3.5.0</version>
418+
<version>3.6.3</version>
419419
<reportSets>
420420
<reportSet>
421421
<id>html</id>
@@ -581,7 +581,7 @@
581581
<plugin>
582582
<groupId>org.apache.maven.plugins</groupId>
583583
<artifactId>maven-javadoc-plugin</artifactId>
584-
<version>3.5.0</version>
584+
<version>3.6.3</version>
585585
<configuration>
586586
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
587587
<useStandardDocletOptions>false</useStandardDocletOptions>

native-image-shared-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<plugin>
123123
<groupId>org.apache.maven.plugins</groupId>
124124
<artifactId>maven-javadoc-plugin</artifactId>
125-
<version>3.5.0</version>
125+
<version>3.6.3</version>
126126
<executions>
127127
<execution>
128128
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)