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

pvillard 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 04d213a00c NIFI-12872 Upgraded Groovy from 4.0.18 to 4.0.19
04d213a00c is described below

commit 04d213a00c9b2072d0493578e542d4d042724c23
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Thu Mar 7 08:25:25 2024 -0600

    NIFI-12872 Upgraded Groovy from 4.0.18 to 4.0.19
    
    Signed-off-by: Pierre Villard <pierre.villard...@gmail.com>
    
    This closes #8481.
---
 .../nifi-graph-bundle/nifi-other-graph-services/pom.xml           | 4 ++--
 .../nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml           | 6 +++---
 nifi-nar-bundles/nifi-groovyx-bundle/pom.xml                      | 2 +-
 .../nifi-scripting-bundle/nifi-scripting-processors/pom.xml       | 8 ++++----
 nifi-nar-bundles/nifi-scripting-bundle/pom.xml                    | 2 +-
 pom.xml                                                           | 4 ++--
 6 files changed, 13 insertions(+), 13 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml 
b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
index 224ef242de..f3cc740d22 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
@@ -94,12 +94,12 @@
         <dependency>
             <groupId>org.apache.groovy</groupId>
             <artifactId>groovy</artifactId>
-            <version>${nifi.groovy.version}</version>
+            <version>${groovy.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.groovy</groupId>
             <artifactId>groovy-dateutil</artifactId>
-            <version>${nifi.groovy.version}</version>
+            <version>${groovy.version}</version>
         </dependency>
         <dependency>
             <groupId>commons-codec</groupId>
diff --git 
a/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml 
b/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml
index 77dec1f8c3..78c4f1b186 100644
--- a/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml
@@ -43,20 +43,20 @@
         <dependency>
             <groupId>org.apache.groovy</groupId>
             <artifactId>groovy-json</artifactId>
-            <version>${nifi.groovy.version}</version>
+            <version>${groovy.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.groovy</groupId>
             <artifactId>groovy-sql</artifactId>
-            <version>${nifi.groovy.version}</version>
+            <version>${groovy.version}</version>
             <scope>provided</scope>
         </dependency>
         <!-- groovy-all does not include groovy-dateutil by default, so must 
explicitly include it here -->
         <dependency>
             <groupId>org.apache.groovy</groupId>
             <artifactId>groovy-dateutil</artifactId>
-            <version>${nifi.groovy.version}</version>
+            <version>${groovy.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.ivy</groupId>
diff --git a/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml 
b/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml
index d24cc02f6b..5ba3a00375 100644
--- a/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-groovyx-bundle/pom.xml
@@ -44,7 +44,7 @@
             <dependency>
                 <groupId>org.apache.groovy</groupId>
                 <artifactId>groovy-all</artifactId>
-                <version>${nifi.groovy.version}</version>
+                <version>${groovy.version}</version>
                 <type>pom</type>
                 <scope>provided</scope>
             </dependency>
diff --git 
a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml 
b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
index 10f4ebd58a..3d395c3cb1 100644
--- a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
@@ -102,26 +102,26 @@
         <dependency>
             <groupId>org.apache.groovy</groupId>
             <artifactId>groovy-json</artifactId>
-            <version>${nifi.groovy.version}</version>
+            <version>${groovy.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.groovy</groupId>
             <artifactId>groovy-jsr223</artifactId>
-            <version>${nifi.groovy.version}</version>
+            <version>${groovy.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.groovy</groupId>
             <artifactId>groovy-xml</artifactId>
-            <version>${nifi.groovy.version}</version>
+            <version>${groovy.version}</version>
             <scope>provided</scope>
         </dependency>
         <!-- groovy-all does not include groovy-dateutil by default, so must 
explicitly include it here -->
         <dependency>
             <groupId>org.apache.groovy</groupId>
             <artifactId>groovy-dateutil</artifactId>
-            <version>${nifi.groovy.version}</version>
+            <version>${groovy.version}</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/nifi-nar-bundles/nifi-scripting-bundle/pom.xml 
b/nifi-nar-bundles/nifi-scripting-bundle/pom.xml
index 9976d0e29b..8f5e4f48b8 100644
--- a/nifi-nar-bundles/nifi-scripting-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-scripting-bundle/pom.xml
@@ -73,7 +73,7 @@
             <dependency>
                 <groupId>org.apache.groovy</groupId>
                 <artifactId>groovy-all</artifactId>
-                <version>${nifi.groovy.version}</version>
+                <version>${groovy.version}</version>
                 <type>pom</type>
                 <scope>provided</scope>
             </dependency>
diff --git a/pom.xml b/pom.xml
index 6f0372489e..7e764eb76a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
         <jakarta.xml.bind-api.version>4.0.1</jakarta.xml.bind-api.version>
         <jakarta.ws.rs-api.version>3.1.0</jakarta.ws.rs-api.version>
         <json.smart.version>2.5.0</json.smart.version>
-        <nifi.groovy.version>4.0.18</nifi.groovy.version>
+        <groovy.version>4.0.19</groovy.version>
         <surefire.version>3.1.2</surefire.version>
         <hadoop.version>3.3.6</hadoop.version>
         <ozone.version>1.2.1</ozone.version>
@@ -339,7 +339,7 @@
             <dependency>
                 <groupId>org.apache.groovy</groupId>
                 <artifactId>groovy-all</artifactId>
-                <version>${nifi.groovy.version}</version>
+                <version>${groovy.version}</version>
                 <type>pom</type>
                 <exclusions>
                     <exclusion>

Reply via email to