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 28a9026479 NIFI-13038 Upgraded Groovy from 4.0.20 to 4.0.21
28a9026479 is described below

commit 28a9026479f7a948eb7ea32457384edae28362db
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Apr 12 14:30:21 2024 -0500

    NIFI-13038 Upgraded Groovy from 4.0.20 to 4.0.21
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #8640.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 42eb5eeb0c..b56f934e1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,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>
-        <groovy.version>4.0.20</groovy.version>
+        <groovy.version>4.0.21</groovy.version>
         <surefire.version>3.2.5</surefire.version>
         <hadoop.version>3.4.0</hadoop.version>
         <ozone.version>1.2.1</ozone.version>

Reply via email to