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 0db755856930050f58b8aa190bf1902e2c1f2314 Author: mr1716 <[email protected]> AuthorDate: Sun Jul 30 08:03:16 2023 -0400 NIFI-11878 Upgraded maven-shade-plugin from 3.4.1 to 3.5.0 This closes #7543 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit c344705bc296e5b22c663aa13fccb29c555589bf) --- .../nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml index 44e555df7d..bccf8b9df4 100644 --- a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml +++ b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-jersey-bundle/pom.xml @@ -45,7 +45,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>3.4.1</version> + <version>3.5.0</version> <executions> <execution> <phase>package</phase>
