GH-1000 - Upgrade build plugins.

This commit is contained in:
Oliver Drotbohm
2024-12-19 09:44:57 +01:00
parent 08902fa9da
commit 5b182492bb

View File

@@ -459,7 +459,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -479,7 +479,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.2</version>
<configuration>
<doclint>accessibility,html,reference</doclint>
<show>package</show>