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 2023/11/07 02:56:27 UTC

(nifi) branch main updated (b50557b854 -> 50e2fff05c)

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

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


    from b50557b854 NIFI-12321 Avoid Exceptions when removing Python Processors (#7984)
     new 7cc6c2ee8a NIFI-12324 Upgraded swagger-annotations from 1.6.11 to 1.6.12
     new 50e2fff05c NIFI-12325 Upgraded Commons CLI from 1.5.0 to 1.6.0

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:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


(nifi) 01/02: NIFI-12324 Upgraded swagger-annotations from 1.6.11 to 1.6.12

Posted by ex...@apache.org.
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

commit 7cc6c2ee8a630b97456fe518e5cb91794764b4d1
Author: mr1716 <ms...@rit.edu>
AuthorDate: Mon Nov 6 12:52:47 2023 -0500

    NIFI-12324 Upgraded swagger-annotations from 1.6.11 to 1.6.12
    
    This closes #7987
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 31d0be649e..2e59257af8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
         <netty.4.version>4.1.100.Final</netty.4.version>
         <spring.version>5.3.30</spring.version>
         <spring.security.version>5.8.7</spring.security.version>
-        <swagger.annotations.version>1.6.11</swagger.annotations.version>
+        <swagger.annotations.version>1.6.12</swagger.annotations.version>
         <h2.version>2.2.224</h2.version>
         <zookeeper.version>3.9.1</zookeeper.version>
         <caffeine.version>3.1.8</caffeine.version>


(nifi) 02/02: NIFI-12325 Upgraded Commons CLI from 1.5.0 to 1.6.0

Posted by ex...@apache.org.
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

commit 50e2fff05ce257120b1410072072c7aaaceea8d7
Author: mr1716 <ms...@rit.edu>
AuthorDate: Mon Nov 6 13:05:50 2023 -0500

    NIFI-12325 Upgraded Commons CLI from 1.5.0 to 1.6.0
    
    This closes #7988
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2e59257af8..62b5ed4a9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
         <kotlin.version>1.9.10</kotlin.version>
         <okhttp.version>4.12.0</okhttp.version>
         <okio.version>3.6.0</okio.version>
-        <org.apache.commons.cli.version>1.5.0</org.apache.commons.cli.version>
+        <org.apache.commons.cli.version>1.6.0</org.apache.commons.cli.version>
         <org.apache.commons.codec.version>1.16.0</org.apache.commons.codec.version>
         <org.apache.commons.compress.version>1.24.0</org.apache.commons.compress.version>
         <org.apache.commons.lang3.version>3.13.0</org.apache.commons.lang3.version>