Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 52f4808

Browse files
authoredNov 3, 2024··
chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.11.1
1 parent 9034221 commit 52f4808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
<plugin>
255255
<groupId>org.apache.maven.plugins</groupId>
256256
<artifactId>maven-javadoc-plugin</artifactId>
257-
<version>3.10.1</version>
257+
<version>3.11.1</version>
258258
<configuration>
259259
<source>${maven.compiler.source}</source>
260260
<doclint>none</doclint>
@@ -586,7 +586,7 @@
586586
<plugin>
587587
<groupId>org.apache.maven.plugins</groupId>
588588
<artifactId>maven-javadoc-plugin</artifactId>
589-
<version>3.10.1</version>
589+
<version>3.11.1</version>
590590
<executions>
591591
<execution>
592592
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)
Please sign in to comment.