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


The following commit(s) were added to refs/heads/main by this push:
     new 63cc0520dc NIFI-12879 Upgraded Clojure from 1.11.1 to 1.11.2
63cc0520dc is described below

commit 63cc0520dca09acee2dc8f1abb1e2c48c8f4e3e4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 8 20:58:36 2024 +0000

    NIFI-12879 Upgraded Clojure from 1.11.1 to 1.11.2
    
    This closes #8487
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../nifi-scripting-bundle/nifi-scripting-processors/pom.xml             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 3d395c3cb1..fa1a320528 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
@@ -75,7 +75,7 @@
         <dependency>
             <groupId>org.clojure</groupId>
             <artifactId>clojure</artifactId>
-            <version>1.11.1</version>
+            <version>1.11.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>

Reply via email to