Skip to content

Commit 2431f35

Browse files
authored
build(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.7.0 (#838)
1 parent 69a47fe commit 2431f35

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.6.3</version>
418+
<version>3.7.0</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.6.3</version>
584+
<version>3.7.0</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
@@ -131,7 +131,7 @@
131131
<plugin>
132132
<groupId>org.apache.maven.plugins</groupId>
133133
<artifactId>maven-javadoc-plugin</artifactId>
134-
<version>3.6.3</version>
134+
<version>3.7.0</version>
135135
<executions>
136136
<execution>
137137
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)