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 2022/10/11 15:03:46 UTC

[nifi] branch main updated: NIFI-10620 Upgraded Spring Integration from 5.5.14 to 5.5.15

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 14d3ac3229 NIFI-10620 Upgraded Spring Integration from 5.5.14 to 5.5.15
14d3ac3229 is described below

commit 14d3ac32298466e9dfe855feaeffc8ac5f2991a9
Author: mr1716 <ms...@rit.edu>
AuthorDate: Mon Oct 10 11:24:19 2022 -0400

    NIFI-10620 Upgraded Spring Integration from 5.5.14 to 5.5.15
    
    This closes #6505
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml b/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml
index b89c27c97d..0a8a736667 100644
--- a/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml
@@ -18,7 +18,7 @@
     <artifactId>nifi-spring-processors</artifactId>
     <packaging>jar</packaging>
     <properties>
-        <spring.integration.version>5.5.14</spring.integration.version>
+        <spring.integration.version>5.5.15</spring.integration.version>
     </properties>
     <dependencies>