NIFI-11966 Update POM.xml Maven Dependencies

This closes #7625

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
This commit is contained in:
mr1716 2023-08-18 19:51:31 -04:00 committed by Mike Thomsen
parent dcc2480cb5
commit cef29be718
1 changed files with 6 additions and 6 deletions

12
pom.xml
View File

@ -132,7 +132,7 @@
<nifi.groovy.version>3.0.18</nifi.groovy.version>
<groovy.eclipse.compiler.version>3.9.0</groovy.eclipse.compiler.version>
<groovy.eclipse.batch.version>3.0.9-03</groovy.eclipse.batch.version>
<surefire.version>3.0.0</surefire.version>
<surefire.version>3.1.2</surefire.version>
<hadoop.version>3.3.6</hadoop.version>
<ozone.version>1.2.1</ozone.version>
<gcs.version>2.1.5</gcs.version>
@ -822,7 +822,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<configuration>
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
@ -863,7 +863,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<configuration>
<useReleaseProfile>true</useReleaseProfile>
<releaseProfiles>apache-release</releaseProfiles>
@ -889,7 +889,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.42.0</version>
<version>0.43.3</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
@ -921,7 +921,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
@ -995,7 +995,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-maven-version</id>