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 c344705bc296e5b22c663aa13fccb29c555589bf 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]> --- .../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 b8dc31390e..f7aac779a6 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>
