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
commit 9b6fa52b1227cb664bc745007924da015417eaa8 Author: mr1716 <[email protected]> AuthorDate: Wed Aug 16 08:20:39 2023 -0500 NIFI-11953 Upgraded download-maven-plugin from 1.6.8 to 1.7.1 This closes #7613 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 70c756ff783df40132dad904c1a106a352732da2) --- nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6053e3371d..337f4186b1 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>
