Skip to content

Commit 4c7cc97

Browse files
authored
build(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.11.2 (#2048)
1 parent 9f4f6ab commit 4c7cc97

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

google-http-client-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<plugin>
134134
<groupId>org.apache.maven.plugins</groupId>
135135
<artifactId>maven-javadoc-plugin</artifactId>
136-
<version>3.11.1</version>
136+
<version>3.11.2</version>
137137
<configuration>
138138
<skip>true</skip>
139139
</configuration>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
<plugin>
331331
<groupId>org.apache.maven.plugins</groupId>
332332
<artifactId>maven-javadoc-plugin</artifactId>
333-
<version>3.11.1</version>
333+
<version>3.11.2</version>
334334
<executions>
335335
<execution>
336336
<id>attach-javadocs</id>
@@ -648,7 +648,7 @@
648648
<plugin>
649649
<groupId>org.apache.maven.plugins</groupId>
650650
<artifactId>maven-javadoc-plugin</artifactId>
651-
<version>3.11.1</version>
651+
<version>3.11.2</version>
652652
<configuration>
653653
<source>1.8</source>
654654
<failOnError>false</failOnError>
@@ -806,7 +806,7 @@
806806
<plugin>
807807
<groupId>org.apache.maven.plugins</groupId>
808808
<artifactId>maven-javadoc-plugin</artifactId>
809-
<version>3.11.1</version>
809+
<version>3.11.2</version>
810810
<configuration>
811811
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
812812
<useStandardDocletOptions>false</useStandardDocletOptions>

0 commit comments

Comments
 (0)