You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mt...@apache.org on 2022/10/05 16:26:36 UTC

[nifi] 01/02: NIFI-10590 Upgrade Groovy From 2.5.14 To 2.5.18

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

mthomsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 01b2cda35cfa14ca574ac50826aa299a6b6f8a8f
Author: mr1716 <ms...@rit.edu>
AuthorDate: Tue Oct 4 15:02:13 2022 -0400

    NIFI-10590 Upgrade Groovy From 2.5.14 To 2.5.18
    
    This closes #6485
    
    Signed-off-by: Mike Thomsen <mt...@apache.org>
---
 nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
index 8c4960071e..274af3a669 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
@@ -476,13 +476,13 @@
         <dependency>
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy-json</artifactId>
-            <version>2.5.14</version>
+            <version>2.5.18</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy</artifactId>
-            <version>2.5.14</version>
+            <version>2.5.18</version>
             <scope>test</scope>
         </dependency>
     </dependencies>