This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new a1fca9b44e NIFI-12064 Upgraded Maven Plugin versions
a1fca9b44e is described below
commit a1fca9b44edb387c3673251d37f268264122d3eb
Author: Joseph Witt <[email protected]>
AuthorDate: Thu Sep 14 14:26:22 2023 -0700
NIFI-12064 Upgraded Maven Plugin versions
This closes #7731
Signed-off-by: David Handermann <[email protected]>
---
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-grpc-bundle/nifi-grpc-common/pom.xml | 2 +-
.../nifi-py4j-bundle/nifi-python-extension-api/pom.xml | 2 +-
.../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-api/pom.xml | 2 +-
nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml | 2 +-
pom.xml | 15 +++++++--------
16 files changed, 34 insertions(+), 27 deletions(-)
diff --git a/nifi-commons/nifi-xml-processing/pom.xml
b/nifi-commons/nifi-xml-processing/pom.xml
index b5f5adaf25..381f33a4a4 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 e787286f2a..f2adf5118f 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 6fcf61546c..cd13088d35 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>2.0.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 71aef1617d..4f183265bc 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 dca5711fff..6750d87ea0 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 65088cf1fc..b4a8d4f9dc 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
@@ -895,7 +895,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 dfdbda021f..d1e10a2c92 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
@@ -120,7 +120,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-nar-bundles/nifi-py4j-bundle/nifi-python-extension-api/pom.xml
b/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-extension-api/pom.xml
index fcc1f7b699..9a1a295db8 100644
--- a/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-extension-api/pom.xml
+++ b/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-extension-api/pom.xml
@@ -31,7 +31,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1</version>
<configuration>
<includeEmptyDirs>true</includeEmptyDirs>
<resources>
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 7215facd46..f80b9724ab 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 312a0119d4..d276f7cb7e 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 3247d75250..2aa1b6f214 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 44bb7149c7..be0a17de5c 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 f89c613896..441e5e3afa 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -214,7 +214,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>
@@ -223,7 +223,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-api/pom.xml
b/nifi-toolkit/nifi-toolkit-api/pom.xml
index b5bbdf81aa..2c7d2ceeb3 100644
--- a/nifi-toolkit/nifi-toolkit-api/pom.xml
+++ b/nifi-toolkit/nifi-toolkit-api/pom.xml
@@ -74,7 +74,7 @@ language governing permissions and limitations under the
License. -->
<plugin>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId>
- <version>3.0.41</version>
+ <version>3.0.46</version>
<executions>
<execution>
<goals>
diff --git a/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml
b/nifi-toolkit/nifi-toolkit-encrypt-config/pom.xml
index 61a904a694..3518eac80b 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 a26ec0b38a..d382039b6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,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>1675980972</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -875,17 +875,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>
@@ -929,7 +929,6 @@
</goals>
<configuration>
<compilerId>groovy-eclipse-compiler</compilerId>
-
</configuration>
</execution>
</executions>
@@ -973,7 +972,7 @@
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
- <version>0.14.0</version>
+ <version>0.15.3</version>
<configuration>
<noFileHeader>true</noFileHeader>
</configuration>
@@ -981,7 +980,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>
@@ -1147,7 +1146,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>