Upgrade Maven build plugins.

Closes #140
This commit is contained in:
Mark Paluch
2023-04-12 15:56:08 +02:00
parent 1cd526193a
commit 2e7d2ec9fa
3 changed files with 8 additions and 8 deletions

View File

@@ -192,7 +192,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.2.7</version>
<version>1.4.1</version>
<executions>
<execution>
<id>flatten</id>
@@ -237,7 +237,7 @@
<plugin>
<groupId>org.jfrog.buildinfo</groupId>
<artifactId>artifactory-maven-plugin</artifactId>
<version>3.5.1</version>
<version>3.6.1</version>
<executions>
<execution>
<id>build-info</id>
@@ -365,7 +365,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
<executions>
<execution>
<id>enforce-release-rules</id>