We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6c16f commit 2c22063Copy full SHA for 2c22063
pom.xml
@@ -23,7 +23,7 @@
23
<checkstyle.xml>src/main/checkstyle/checkstyle.xml</checkstyle.xml>
24
<checkstyle.suppressions.xml>src/main/checkstyle/suppressions.xml</checkstyle.suppressions.xml>
25
<checkstyle.core.version>8.45.1</checkstyle.core.version>
26
- <javadoc.version>3.2.0</javadoc.version>
+ <javadoc.version>3.3.1</javadoc.version>
27
<pmd.version>3.15.0</pmd.version>
28
<project.info.version>3.1.2</project.info.version>
29
<jxr.version>3.1.1</jxr.version>
@@ -119,7 +119,7 @@
119
<plugin>
120
<groupId>org.apache.maven.plugins</groupId>
121
<artifactId>maven-javadoc-plugin</artifactId>
122
- <version>3.3.0</version>
+ <version>3.3.1</version>
123
<executions>
124
<execution>
125
<id>attach-javadocs</id>
0 commit comments