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/03/04 11:24:25 UTC

[nifi] branch main updated (6cd30e3 -> 7438bc9)

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

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


    from 6cd30e3  NIFI-9543: Add bring-to-front functionality to labels (#5765)
     new 923e9f4  NIFI-9757 Upgraded SLF4J from 1.7.35 to 1.7.36
     new 7438bc9  NIFI-9759 Upgraded Spring Framework from 5.3.15 to 5.3.16

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 nifi-nar-bundles/nifi-redis-bundle/pom.xml                         | 2 +-
 nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml | 2 +-
 nifi-registry/pom.xml                                              | 2 +-
 pom.xml                                                            | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

[nifi] 02/02: NIFI-9759 Upgraded Spring Framework from 5.3.15 to 5.3.16

Posted by mt...@apache.org.
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 7438bc9244169801b3d1fe0f06d147f5742e1516
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Thu Mar 3 20:21:57 2022 -0600

    NIFI-9759 Upgraded Spring Framework from 5.3.15 to 5.3.16
    
    - Upgraded Spring Security from 5.6.1 to 5.6.2
    - Upgraded Spring Boot from 2.6.3 to 2.6.4 in NiFi Registry
    - Upgraded Spring Data Redis from 2.6.0 to 2.6.2
    - Upgraded Spring Integration from 5.5.7 to 5.5.9
    
    This closes #5835
    
    Signed-off-by: Mike Thomsen <mt...@apache.org>
---
 nifi-nar-bundles/nifi-redis-bundle/pom.xml                         | 2 +-
 nifi-nar-bundles/nifi-spring-bundle/nifi-spring-processors/pom.xml | 2 +-
 nifi-registry/pom.xml                                              | 2 +-
 pom.xml                                                            | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/nifi-nar-bundles/nifi-redis-bundle/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/pom.xml
index 42ed864..84df81e 100644
--- a/nifi-nar-bundles/nifi-redis-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-redis-bundle/pom.xml
@@ -27,7 +27,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <spring.data.redis.version>2.6.0</spring.data.redis.version>
+        <spring.data.redis.version>2.6.2</spring.data.redis.version>
         <jedis.version>3.8.0</jedis.version>
     </properties>
 
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 18e8505..d675986 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.7</spring.integration.version>
+        <spring.integration.version>5.5.9</spring.integration.version>
     </properties>
     <dependencies>
 
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 3956a41..90d5fd5 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -37,7 +37,7 @@
     </modules>
     <properties>
         <jax.rs.api.version>2.1</jax.rs.api.version>
-        <spring.boot.version>2.6.3</spring.boot.version>
+        <spring.boot.version>2.6.4</spring.boot.version>
         <flyway.version>8.4.2</flyway.version>
         <flyway.tests.version>7.0.0</flyway.tests.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>
diff --git a/pom.xml b/pom.xml
index 699409a..ec59fc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,8 +122,8 @@
         <mockito.version>3.11.2</mockito.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
         <netty.4.version>4.1.73.Final</netty.4.version>
-        <spring.version>5.3.15</spring.version>
-        <spring.security.version>5.6.1</spring.security.version>
+        <spring.version>5.3.16</spring.version>
+        <spring.security.version>5.6.2</spring.security.version>
         <h2.version>2.1.210</h2.version>
     </properties>
 

[nifi] 01/02: NIFI-9757 Upgraded SLF4J from 1.7.35 to 1.7.36

Posted by mt...@apache.org.
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 923e9f4e4fef6df622bfdb1c82fbd3abfa2899ed
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Thu Mar 3 18:10:32 2022 -0600

    NIFI-9757 Upgraded SLF4J from 1.7.35 to 1.7.36
    
    This closes #5834
    
    Signed-off-by: Mike Thomsen <mt...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 64478a7..699409a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
         <org.apache.httpcomponents.httpclient.version>4.5.13</org.apache.httpcomponents.httpclient.version>
         <org.apache.httpcomponents.httpcore.version>4.4.15</org.apache.httpcomponents.httpcore.version>
         <org.bouncycastle.version>1.70</org.bouncycastle.version>
-        <org.slf4j.version>1.7.35</org.slf4j.version>
+        <org.slf4j.version>1.7.36</org.slf4j.version>
         <ranger.version>2.1.0</ranger.version>
         <jetty.version>9.4.45.v20220203</jetty.version>
         <jackson.version>2.13.1</jackson.version>