This is an automated email from the ASF dual-hosted git repository.
exceptionfactory 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 1f149988c6 NIFI-12064 Upgraded Maven Plugin versions
1f149988c6 is described below
commit 1f149988c656df8cc60b3aa1706764ba074f20c0
Author: Joseph Witt <[email protected]>
AuthorDate: Thu Sep 14 16:26:22 2023 -0500
NIFI-12064 Upgraded Maven Plugin versions
This closes #7731
Signed-off-by: David Handermann <[email protected]>
(cherry picked from commit a1fca9b44edb387c3673251d37f268264122d3eb)
---
nifi-commons/nifi-xml-processing/pom.xml | 2 +-
nifi-docs/pom.xml | 2 +-
nifi-manifest/nifi-runtime-manifest/pom.xml | 7 ++++++-
.../nifi-asn1-bundle/nifi-asn1-services/pom.xml | 4 ++--
.../nifi-framework/nifi-web/nifi-web-api/pom.xml | 3 ++-
.../nifi-framework/nifi-web/nifi-web-ui/pom.xml | 2 +-
nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-common/pom.xml | 2 +-
nifi-registry/nifi-registry-core/nifi-registry-docs/pom.xml | 2 +-
.../nifi-registry-core/nifi-registry-framework/pom.xml | 5 +++--
.../nifi-registry-core/nifi-registry-web-api/pom.xml | 5 +++--
.../nifi-registry-core/nifi-registry-web-ui/pom.xml | 2 +-
nifi-registry/pom.xml | 4 ++--
nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml | 2 +-
pom.xml | 13 ++++++-------
14 files changed, 31 insertions(+), 24 deletions(-)
diff --git a/nifi-commons/nifi-xml-processing/pom.xml
b/nifi-commons/nifi-xml-processing/pom.xml
index 1e13e0a048..65d8c76a88 100644
--- a/nifi-commons/nifi-xml-processing/pom.xml
+++ b/nifi-commons/nifi-xml-processing/pom.xml
@@ -27,7 +27,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>4.7.3.0</version>
+ <version>4.7.3.5</version>
<executions>
<execution>
<phase>package</phase>
diff --git a/nifi-docs/pom.xml b/nifi-docs/pom.xml
index 46514fe8a6..3e4bd887d1 100644
--- a/nifi-docs/pom.xml
+++ b/nifi-docs/pom.xml
@@ -48,7 +48,7 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
- <version>1.5.8</version>
+ <version>2.2.4</version>
<executions>
<execution>
<id>output-html</id>
diff --git a/nifi-manifest/nifi-runtime-manifest/pom.xml
b/nifi-manifest/nifi-runtime-manifest/pom.xml
index 50f139ad2b..7629e7ab19 100644
--- a/nifi-manifest/nifi-runtime-manifest/pom.xml
+++ b/nifi-manifest/nifi-runtime-manifest/pom.xml
@@ -103,7 +103,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>1.6.0</version>
+ <version>3.1.0</version>
<executions>
<execution>
<id>generate-runtime-manifest</id>
@@ -129,6 +129,11 @@
<artifactId>nifi-runtime-manifest-core</artifactId>
<version>1.24.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>${org.slf4j.version}</version>
+ </dependency>
</dependencies>
</plugin>
</plugins>
diff --git a/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
b/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
index 50bbaaca04..c56f187604 100644
--- a/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
+++ b/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
@@ -81,7 +81,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>1.6.0</version>
+ <version>3.1.0</version>
<executions>
<execution>
<id>compile-asn</id>
@@ -108,7 +108,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.4.0</version>
<executions>
<execution>
<id>add-test-sources</id>
diff --git
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
index a1ce0720d3..bd4d00e83b 100644
---
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
+++
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml
@@ -58,7 +58,7 @@
<plugin>
<groupId>com.github.kongchen</groupId>
<artifactId>swagger-maven-plugin</artifactId>
- <version>3.1.7</version>
+ <version>3.1.8</version>
<executions>
<execution>
<phase>compile</phase>
@@ -75,6 +75,7 @@
<scheme>http</scheme>
<scheme>https</scheme>
</schemes>
+ <outputFormats>json</outputFormats>
<basePath>/nifi-api</basePath>
<info>
<title>NiFi Rest API</title>
diff --git
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml
index f09198559a..ea533f96a4 100644
---
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml
+++
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml
@@ -892,7 +892,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.3.2</version>
+ <version>3.4.0</version>
<configuration>
<packagingIncludes>
assets/**/*,
diff --git a/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-common/pom.xml
b/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-common/pom.xml
index 3ae29789bb..f21c26335e 100644
--- a/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-common/pom.xml
+++ b/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-common/pom.xml
@@ -113,7 +113,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.4.0</version>
<executions>
<execution>
<id>test</id>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-docs/pom.xml
b/nifi-registry/nifi-registry-core/nifi-registry-docs/pom.xml
index 9cc8bfb022..318cf119c0 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-docs/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-docs/pom.xml
@@ -58,7 +58,7 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
- <version>1.5.8</version>
+ <version>2.2.4</version>
<executions>
<execution>
<id>output-html</id>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
index 74334194d2..07dd82d270 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
@@ -127,12 +127,13 @@
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
- <version>1.5</version>
+ <version>3.0.0</version>
<executions>
<execution>
<goals>
<goal>addTestSources</goal>
- <goal>testCompile</goal>
+ <goal>generateTestStubs</goal>
+ <goal>compileTests</goal>
</goals>
</execution>
</executions>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
index 7245e8113f..58c322a739 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
@@ -53,7 +53,7 @@
<plugin>
<groupId>com.github.kongchen</groupId>
<artifactId>swagger-maven-plugin</artifactId>
- <version>3.1.7</version>
+ <version>3.1.8</version>
<executions>
<execution>
<phase>compile</phase>
@@ -70,6 +70,7 @@
<scheme>http</scheme>
<scheme>https</scheme>
</schemes>
+ <outputFormats>json</outputFormats>
<basePath>/nifi-registry-api</basePath>
<info>
<title>Apache NiFi Registry REST
API</title>
@@ -123,7 +124,7 @@
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
- <version>3.0.33</version>
+ <version>3.0.46</version>
<executions>
<execution>
<phase>compile</phase>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-web-ui/pom.xml
b/nifi-registry/nifi-registry-core/nifi-registry-web-ui/pom.xml
index bf4c3c7d02..56c2ccdfe8 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-web-ui/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-web-ui/pom.xml
@@ -47,7 +47,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.3.2</version>
+ <version>3.4.0</version>
<configuration>
<!--
By default the maven-war-plugin automatically includes
everything
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 9672fe2c24..ccf5d5948f 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -227,7 +227,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.3.2</version>
+ <version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -236,7 +236,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml
b/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml
index e6846724ba..2ea2546f27 100644
--- a/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml
@@ -183,7 +183,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>1.5</version>
+ <version>3.4.0</version>
<executions>
<execution>
<id>add-source</id>
diff --git a/pom.xml b/pom.xml
index 817941f870..4dfb89e1da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
<!-- Disable maven-site-plugin from parent POM -->
<maven.site.skip>true</maven.site.skip>
<node.version>v16.13.2</node.version>
- <frontend.mvn.plugin.version>1.13.4</frontend.mvn.plugin.version>
+ <frontend.mvn.plugin.version>1.14.0</frontend.mvn.plugin.version>
<nifi.nar.maven.plugin.version>1.5.1</nifi.nar.maven.plugin.version>
<project.build.outputTimestamp>1690311791</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -839,17 +839,17 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.43.3</version>
+ <version>0.43.4</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
- <version>2.2.0</version>
+ <version>2.3.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
- <version>3.0.0</version>
+ <version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.antlr</groupId>
@@ -893,7 +893,6 @@
</goals>
<configuration>
<compilerId>groovy-eclipse-compiler</compilerId>
-
</configuration>
</execution>
</executions>
@@ -937,7 +936,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>3.3.0</version>
+ <version>3.4.1</version>
<executions>
<execution>
<id>enforce-maven-version</id>
@@ -1178,7 +1177,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>8.3.1</version>
+ <version>8.4.0</version>
<executions>
<execution>
<inherited>false</inherited>