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
commit 70c756ff783df40132dad904c1a106a352732da2 Author: mr1716 <[email protected]> AuthorDate: Wed Aug 16 09:20:39 2023 -0400 NIFI-11953 Upgraded download-maven-plugin from 1.6.8 to 1.7.1 This closes #7613 Signed-off-by: David Handermann <[email protected]> --- nifi-nar-bundles/nifi-py4j-bundle/nifi-python-framework/pom.xml | 4 ++-- nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-framework/pom.xml b/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-framework/pom.xml index 84ff7d0995..b80f962548 100644 --- a/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-framework/pom.xml +++ b/nifi-nar-bundles/nifi-py4j-bundle/nifi-python-framework/pom.xml @@ -34,7 +34,7 @@ <plugin> <groupId>com.googlecode.maven-download-plugin</groupId> <artifactId>download-maven-plugin</artifactId> - <version>1.6.8</version> + <version>1.7.1</version> <executions> <execution> <id>download-py4j</id> @@ -77,4 +77,4 @@ </plugins> </build> -</project> \ No newline at end of file +</project> 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 3adc9e21a9..170c76b5bc 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 @@ -149,7 +149,7 @@ <plugin> <groupId>com.googlecode.maven-download-plugin</groupId> <artifactId>download-maven-plugin</artifactId> - <version>1.6.8</version> + <version>1.7.1</version> <executions> <execution> <id>download-swagger-ui</id>
