This is an automated email from the ASF dual-hosted git repository.
mthomsen pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 0799ec3573 NIFI-11966 Update POM.xml Maven Dependencies
0799ec3573 is described below
commit 0799ec357373dfe4ee81f4569d0cc8754172b08e
Author: mr1716 <[email protected]>
AuthorDate: Fri Aug 18 19:51:31 2023 -0400
NIFI-11966 Update POM.xml Maven Dependencies
This closes #7625
Signed-off-by: Mike Thomsen <[email protected]>
---
pom.xml | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index 68be03a0a7..211e5c3f0c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,8 +130,9 @@
<jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version>
<json.smart.version>2.4.11</json.smart.version>
<nifi.groovy.version>3.0.18</nifi.groovy.version>
- <groovy.eclipse.batch.version>3.0.8-01</groovy.eclipse.batch.version>
- <surefire.version>3.0.0</surefire.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.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>
@@ -781,7 +782,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>
@@ -821,7 +822,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>
@@ -847,7 +848,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>
@@ -879,7 +880,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>
@@ -945,7 +946,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>