You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2024/02/01 17:50:32 UTC

(nifi) 03/06: NIFI-12716 Upgraded Groovy from 4.0.16 to 4.0.18

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 a49428ae696109eda638526263ea948434c7414c
Author: mr1716 <ms...@rit.edu>
AuthorDate: Thu Feb 1 08:27:57 2024 -0500

    NIFI-12716 Upgraded Groovy from 4.0.16 to 4.0.18
    
    This closes #8336
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e8a8b0f7f2..b70cef54a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,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.16</nifi.groovy.version>
+        <nifi.groovy.version>4.0.18</nifi.groovy.version>
         <surefire.version>3.1.2</surefire.version>
         <hadoop.version>3.3.6</hadoop.version>
         <ozone.version>1.2.1</ozone.version>