GH-260 - Upgrade build plugins to the latest versions.

This commit is contained in:
Oliver Drotbohm
2023-08-09 21:25:26 +02:00
parent 43418b5fe0
commit 46127e0fbd

View File

@@ -489,7 +489,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.2</version>
<configuration>
<excludes>
<exclude />
@@ -500,7 +500,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
<executions>
<execution>
<id>attach-sources</id>