Skip to content

Commit edcd405

Browse files
committed
Upgrading maven-compiler-plugin and maven-javadoc-plugin
1 parent 8859562 commit edcd405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,7 +1527,7 @@ under the License.
15271527
<plugin>
15281528
<groupId>org.apache.maven.plugins</groupId>
15291529
<artifactId>maven-compiler-plugin</artifactId>
1530-
<version>3.14.0</version>
1530+
<version>3.14.1</version>
15311531
<configuration>
15321532
<release>${targetJdk}</release>
15331533
<useIncrementalCompilation>false</useIncrementalCompilation>
@@ -1591,7 +1591,7 @@ under the License.
15911591
<plugin>
15921592
<groupId>org.apache.maven.plugins</groupId>
15931593
<artifactId>maven-javadoc-plugin</artifactId>
1594-
<version>3.11.3</version>
1594+
<version>3.12.0</version>
15951595
<configuration>
15961596
<release>${targetJdk}</release>
15971597
<additionalOptions>

0 commit comments

Comments
 (0)