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 2023/02/21 15:47:55 UTC

[nifi] branch support/nifi-1.x updated (2ace153a7d -> 4fd8dd0bd4)

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

mthomsen pushed a change to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


    from 2ace153a7d NIFI-11156 Updated SchemaValidator to include error message for ValidateXml
     new a98fb9d81a NIFI-11200 - Upgrade aspectj to 1.9.19
     new f7116f4a25 NIFI-11199 - Upgrade kotlin to 1.8.10
     new 4fd8dd0bd4 NIFI-11198 - Upgrade snowflake-ingest-sdk to 1.0.3

The 3 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-snowflake-bundle/pom.xml | 2 +-
 pom.xml                                        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


[nifi] 02/03: NIFI-11199 - Upgrade kotlin to 1.8.10

Posted by mt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mthomsen pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit f7116f4a2534dc5706b037671491f7fb9ebe321e
Author: Pierre Villard <pi...@gmail.com>
AuthorDate: Sat Feb 18 18:52:50 2023 -0500

    NIFI-11199 - Upgrade kotlin to 1.8.10
    
    This closes #6973
    
    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 ca4151d928..ce9abb9b2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
         <com.amazonaws.version>1.12.371</com.amazonaws.version>
         <software.amazon.awssdk.version>2.17.295</software.amazon.awssdk.version>
         <gson.version>2.10.1</gson.version>
-        <kotlin.version>1.7.20</kotlin.version>
+        <kotlin.version>1.8.10</kotlin.version>
         <okhttp.version>4.10.0</okhttp.version>
         <org.apache.commons.cli.version>1.5.0</org.apache.commons.cli.version>
         <org.apache.commons.lang3.version>3.12.0</org.apache.commons.lang3.version>


[nifi] 01/03: NIFI-11200 - Upgrade aspectj to 1.9.19

Posted by mt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mthomsen pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit a98fb9d81a7ac31ef4f503b51f96e5b31935d085
Author: Pierre Villard <pi...@gmail.com>
AuthorDate: Sat Feb 18 19:01:03 2023 -0500

    NIFI-11200 - Upgrade aspectj to 1.9.19
    
    This closes #6974
    
    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 d748e9e0f9..ca4151d928 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
         <hadoop.version>3.3.4</hadoop.version>
         <ozone.version>1.2.1</ozone.version>
         <gcs.version>2.1.5</gcs.version>
-        <aspectj.version>1.9.6</aspectj.version>
+        <aspectj.version>1.9.19</aspectj.version>
         <jersey.bom.version>2.36</jersey.bom.version>
         <log4j2.version>2.18.0</log4j2.version>
         <logback.version>1.3.5</logback.version>


[nifi] 03/03: NIFI-11198 - Upgrade snowflake-ingest-sdk to 1.0.3

Posted by mt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mthomsen pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 4fd8dd0bd40b6dcc6d2265eeb5b1ee0e5d006a5f
Author: Pierre Villard <pi...@gmail.com>
AuthorDate: Sat Feb 18 18:40:22 2023 -0500

    NIFI-11198 - Upgrade snowflake-ingest-sdk to 1.0.3
    
    This closes #6972
    
    Signed-off-by: Mike Thomsen <mt...@apache.org>
---
 nifi-nar-bundles/nifi-snowflake-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
index eee3f1d934..1ec01487a2 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
@@ -36,7 +36,7 @@
             <dependency>
                 <groupId>net.snowflake</groupId>
                 <artifactId>snowflake-ingest-sdk</artifactId>
-                <version>1.0.2-beta.7</version>
+                <version>1.0.3-beta</version>
             </dependency>
         </dependencies>
     </dependencyManagement>