This is an automated email from the ASF dual-hosted git repository.

mosermw 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 97584d8290 NIFI-14600 Switched to dev.aspect version of AspectJ Plugin
97584d8290 is described below

commit 97584d8290612b4570a84abe845c09a7630bce66
Author: exceptionfactory <[email protected]>
AuthorDate: Mon May 26 13:26:35 2025 -0500

    NIFI-14600 Switched to dev.aspect version of AspectJ Plugin
    
    - The dev.aspectj fork of the aspectj-maven-plugin maintains compatibility 
with the org.codehaus version and supports reproducible builds
    
    Signed-off-by: Mike Moser <[email protected]>
    
    Closes #9973
---
 nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml 
b/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml
index 82225e620e..105dd41b56 100644
--- a/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml
+++ b/nifi-framework-bundle/nifi-framework/nifi-nar-utils/pom.xml
@@ -56,9 +56,9 @@
                 </configuration>
             </plugin>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
+                <groupId>dev.aspectj</groupId>
                 <artifactId>aspectj-maven-plugin</artifactId>
-                <version>1.14.0</version>
+                <version>1.14.1</version>
                 <dependencies>
                     <dependency>
                         <groupId>org.aspectj</groupId>

Reply via email to