You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2019/08/27 22:58:36 UTC

[nifi] branch master updated: NIFI-6298 Upgraded versions of Spring Framework in nifi-spring-processors and nifi-email-processors. NIFI-6412 Upgraded Spring Security version in nifi-framework-bundle pom.xml. NIFI-6412 Updated version for spring.security.version in nifi-kerberos-iaa-providers and nifi-ldap-iaa-providers pom.xml files.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fbd201f  NIFI-6298 Upgraded versions of Spring Framework in nifi-spring-processors and nifi-email-processors. NIFI-6412 Upgraded Spring Security version in nifi-framework-bundle pom.xml. NIFI-6412 Updated version for spring.security.version in nifi-kerberos-iaa-providers and nifi-ldap-iaa-providers pom.xml files.
fbd201f is described below

commit fbd201f1162609cf2d85875980c19d4ca25b2b22
Author: Andy LoPresto <al...@apache.org>
AuthorDate: Mon Jul 1 17:05:19 2019 -0700

    NIFI-6298 Upgraded versions of Spring Framework in nifi-spring-processors and nifi-email-processors.
    NIFI-6412 Upgraded Spring Security version in nifi-framework-bundle pom.xml.
    NIFI-6412 Updated version for spring.security.version in nifi-kerberos-iaa-providers and nifi-ldap-iaa-providers pom.xml files.
    
    This closes #3564.
    
    Signed-off-by: Nathan Gough <th...@gmail.com>
---
 nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml | 2 +-
 nifi-nar-bundles/nifi-framework-bundle/pom.xml                   | 2 +-
 .../nifi-kerberos-iaa-providers/pom.xml                          | 2 +-
 .../nifi-ldap-iaa-providers/pom.xml                              | 2 +-
 .../nifi-spring-bundle/nifi-spring-processors/pom.xml            | 9 ++++++---
 5 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml b/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
index dacdcdc..c14a621 100644
--- a/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
@@ -88,7 +88,7 @@
         <dependency>
             <groupId>org.springframework.integration</groupId>
             <artifactId>spring-integration-mail</artifactId>
-            <version>4.3.17.RELEASE</version>
+            <version>4.3.19.RELEASE</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.springframework.retry</groupId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 1555a5a..85819dc 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -25,7 +25,7 @@
     <properties>
         <jersey.version>2.26</jersey.version>
         <spring.version>4.3.19.RELEASE</spring.version>
-        <spring.security.version>4.2.8.RELEASE</spring.security.version>
+        <spring.security.version>4.2.13.RELEASE</spring.security.version>
     </properties>
     <modules>
         <module>nifi-framework</module>
diff --git a/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml b/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml
index 0adba73..3d57b83 100644
--- a/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml
+++ b/nifi-nar-bundles/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml
@@ -23,7 +23,7 @@
     <artifactId>nifi-kerberos-iaa-providers</artifactId>
     <packaging>jar</packaging>
     <properties>
-        <spring.security.version>4.2.8.RELEASE</spring.security.version>
+        <spring.security.version>4.2.13.RELEASE</spring.security.version>
     </properties>
     <dependencies>
         <dependency>
diff --git a/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml b/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml
index 44a9715..7b3b146 100644
--- a/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml
+++ b/nifi-nar-bundles/nifi-ldap-iaa-providers-bundle/nifi-ldap-iaa-providers/pom.xml
@@ -23,7 +23,7 @@
     <artifactId>nifi-ldap-iaa-providers</artifactId>
     <packaging>jar</packaging>
     <properties>
-        <spring.security.version>4.2.8.RELEASE</spring.security.version>        
+        <spring.security.version>4.2.13.RELEASE</spring.security.version>
     </properties>
     <dependencies>
         <dependency>
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 925b8b6..d17ad5f 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
@@ -17,12 +17,15 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>nifi-spring-processors</artifactId>
     <packaging>jar</packaging>
+    <properties>
+        <spring.version>4.3.19.RELEASE</spring.version>
+    </properties>
     <dependencies>
 
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-messaging</artifactId>
-            <version>4.3.19.RELEASE</version>
+            <version>${spring.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -59,13 +62,13 @@
         <dependency>
             <groupId>org.springframework.integration</groupId>
             <artifactId>spring-integration-core</artifactId>
-            <version>4.3.17.RELEASE</version>
+            <version>${spring.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.springframework.integration</groupId>
             <artifactId>spring-integration-event</artifactId>
-            <version>4.3.17.RELEASE</version>
+            <version>${spring.version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>