Update version of maven-javadoc-plugin in POM file
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 15 Oct 2023 17:45:48 +0000 (20:45 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 15 Oct 2023 17:45:48 +0000 (20:45 +0300)
The version of the maven-javadoc-plugin has been updated from 3.1.1 to 3.5.0. This change was necessary because newer version of the plugin includes bug fixes and improvements, which ensures better functionality and overall experience.

pom.xml

diff --git a/pom.xml b/pom.xml
index a2d392a..016bcc6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>3.1.1</version>
+                <version>3.5.0</version>
                 <executions>
                     <execution>
                         <id>attach-javadocs</id>