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 58cce330d5 NIFI-14139 Upgraded dependencies Jersey, POI, AWS, Flyway, 
Logback (#9616)
58cce330d5 is described below

commit 58cce330d57677ecadbc14d2edd34e1a0ffbed1a
Author: Pierre Villard <[email protected]>
AuthorDate: Fri Jan 10 19:54:07 2025 +0100

    NIFI-14139 Upgraded dependencies Jersey, POI, AWS, Flyway, Logback (#9616)
    
    - Checkstyle from 10.21.0 to 10.21.1 - 
https://checkstyle.sourceforge.io/releasenotes.html
    - PMD from 7.8.0 to 7.9.0 - 
https://github.com/pmd/pmd/releases/tag/pmd_releases%2F7.9.0
    - Mockito from 5.14.2 to 5.15.2 - 
https://github.com/mockito/mockito/releases
    - commons-beanutils from 1.9.4 to 1.10.0 - 
https://commons.apache.org/proper/commons-beanutils/changes-report.html#a1.10.0
    - Apache Ivy from 2.5.2 to 2.5.3 - 
https://ant.apache.org/ivy/history/2.5.3/release-notes.html
    - Apache POI from 5.3.0 to 5.4.0 - https://poi.apache.org/changes.html
    - Slack Bolt from 1.44.2 to 1.45.0
    - checker-qual from 3.48.1 to 3.48.4 - 
https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md
    - Flyway from 11.1.0 to 11.1.1 - 
https://documentation.red-gate.com/flyway/release-notes-and-older-versions/release-notes-for-flyway-engine
    - AWS SDK v2 from 2.29.40 to 2.29.48
    - Okio from 3.9.1 to 3.10.2 - 
https://github.com/square/okio/blob/master/CHANGELOG.md
    - Commons Codec from 1.17.1 to 1.17.2 - 
https://commons.apache.org/proper/commons-codec/changes-report.html#a1.17.2
    - zstd from 1.5.6-8 to 1.5.6-9 - 
https://github.com/luben/zstd-jni/compare/v1.5.6-8...v1.5.6-9
    - Jersey BOM from 3.1.9 to 3.1.10 - 
https://github.com/eclipse-ee4j/jersey/releases
    - Logback from 1.5.15 to 1.5.16 - 
https://github.com/qos-ch/logback/compare/v_1.5.15...v_1.5.16
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-extension-bom/pom.xml                             |  2 +-
 .../nifi-aws-bundle/nifi-aws-processors/pom.xml        |  2 +-
 .../nifi-groovyx-processors/pom.xml                    |  2 +-
 .../nifi-hl7-bundle/nifi-hl7-processors/pom.xml        |  2 +-
 nifi-extension-bundles/nifi-media-bundle/pom.xml       |  2 +-
 nifi-extension-bundles/nifi-parquet-bundle/pom.xml     |  2 +-
 nifi-extension-bundles/nifi-poi-bundle/pom.xml         |  2 +-
 .../nifi-scripting-processors/pom.xml                  |  2 +-
 .../nifi-slack-bundle/nifi-slack-processors/pom.xml    |  2 +-
 .../nifi-lookup-services/pom.xml                       |  2 +-
 .../nifi-standard-shared-bom/pom.xml                   |  2 +-
 nifi-framework-bundle/pom.xml                          |  2 +-
 nifi-registry/pom.xml                                  |  2 +-
 pom.xml                                                | 18 +++++++++---------
 14 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/nifi-extension-bom/pom.xml b/nifi-extension-bom/pom.xml
index 782fb15c25..b3b533b323 100644
--- a/nifi-extension-bom/pom.xml
+++ b/nifi-extension-bom/pom.xml
@@ -251,7 +251,7 @@
             <dependency>
                 <groupId>jakarta.servlet.jsp.jstl</groupId>
                 <artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
-                <version>3.0.0</version>
+                <version>3.0.2</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
diff --git a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml 
b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
index 862627cd08..8ca780d334 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/pom.xml
@@ -131,7 +131,7 @@
         <dependency>
             <groupId>commons-beanutils</groupId>
             <artifactId>commons-beanutils</artifactId>
-            <version>1.9.4</version>
+            <version>1.10.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-logging</groupId>
diff --git 
a/nifi-extension-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml 
b/nifi-extension-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml
index bc599bea81..5e1df75c5a 100644
--- a/nifi-extension-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-groovyx-bundle/nifi-groovyx-processors/pom.xml
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.apache.ivy</groupId>
             <artifactId>ivy</artifactId>
-            <version>2.5.2</version>
+            <version>2.5.3</version>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>
diff --git a/nifi-extension-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml 
b/nifi-extension-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml
index 170193bed3..78cccb5107 100644
--- a/nifi-extension-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>commons-beanutils</groupId>
             <artifactId>commons-beanutils</artifactId>
-            <version>1.9.4</version>
+            <version>1.10.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-logging</groupId>
diff --git a/nifi-extension-bundles/nifi-media-bundle/pom.xml 
b/nifi-extension-bundles/nifi-media-bundle/pom.xml
index 8fee9f8bc7..a70fbaa908 100644
--- a/nifi-extension-bundles/nifi-media-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-media-bundle/pom.xml
@@ -24,7 +24,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <poi.version>5.3.0</poi.version>
+        <poi.version>5.4.0</poi.version>
         <mime4j.version>0.8.11</mime4j.version>
     </properties>
 
diff --git a/nifi-extension-bundles/nifi-parquet-bundle/pom.xml 
b/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
index 0282198c67..9ed27c8a19 100644
--- a/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-parquet-bundle/pom.xml
@@ -39,7 +39,7 @@
             <dependency>
                 <groupId>commons-beanutils</groupId>
                 <artifactId>commons-beanutils</artifactId>
-                <version>1.9.4</version>
+                <version>1.10.0</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-poi-bundle/pom.xml 
b/nifi-extension-bundles/nifi-poi-bundle/pom.xml
index 4b237eafef..b21e9f55e9 100644
--- a/nifi-extension-bundles/nifi-poi-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-poi-bundle/pom.xml
@@ -24,7 +24,7 @@
     <artifactId>nifi-poi-bundle</artifactId>
     <packaging>pom</packaging>
     <properties>
-        <poi.version>5.3.0</poi.version>
+        <poi.version>5.4.0</poi.version>
     </properties>
     <modules>
         <module>nifi-poi-nar</module>
diff --git 
a/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
 
b/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
index a57f85dd4c..52dead856a 100644
--- 
a/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
@@ -64,7 +64,7 @@
         <dependency>
             <groupId>org.apache.ivy</groupId>
             <artifactId>ivy</artifactId>
-            <version>2.5.2</version>
+            <version>2.5.3</version>
         </dependency>
         <dependency>
             <groupId>org.clojure</groupId>
diff --git 
a/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml 
b/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
index a37f3eabcb..63aca30c9e 100644
--- a/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-slack-bundle/nifi-slack-processors/pom.xml
@@ -30,7 +30,7 @@
         <dependency>
             <groupId>com.slack.api</groupId>
             <artifactId>bolt-socket-mode</artifactId>
-            <version>1.44.2</version>
+            <version>1.45.0</version>
         </dependency>
         <!-- Required by bolt-socket-mode but the library itself doesn't have 
the dependency. -->
         <dependency>
diff --git 
a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
 
b/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
index 9c46b2eeca..932c696556 100644
--- 
a/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
+++ 
b/nifi-extension-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/pom.xml
@@ -64,7 +64,7 @@
         <dependency>
             <groupId>commons-beanutils</groupId>
             <artifactId>commons-beanutils</artifactId>
-            <version>1.9.4</version>
+            <version>1.10.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-logging</groupId>
diff --git 
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
 
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
index cc01b61ce7..004d333f5a 100644
--- 
a/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
+++ 
b/nifi-extension-bundles/nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml
@@ -121,7 +121,7 @@
             <dependency>
                 <groupId>org.checkerframework</groupId>
                 <artifactId>checker-qual</artifactId>
-                <version>3.48.1</version>
+                <version>3.48.4</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
diff --git a/nifi-framework-bundle/pom.xml b/nifi-framework-bundle/pom.xml
index 791da381be..337d9664fa 100644
--- a/nifi-framework-bundle/pom.xml
+++ b/nifi-framework-bundle/pom.xml
@@ -358,7 +358,7 @@
             <dependency>
                 <groupId>commons-beanutils</groupId>
                 <artifactId>commons-beanutils</artifactId>
-                <version>1.9.4</version>
+                <version>1.10.0</version>
                 <exclusions>
                     <exclusion>
                         <groupId>commons-logging</groupId>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 2b973594f4..21971afb6d 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
     </modules>
     <properties>
         <spring.boot.version>3.4.1</spring.boot.version>
-        <flyway.version>11.1.0</flyway.version>
+        <flyway.version>11.1.1</flyway.version>
         <flyway.tests.version>10.0.0</flyway.tests.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>
         <jgit.version>7.1.0.202411261347-r</jgit.version>
diff --git a/pom.xml b/pom.xml
index 5968886211..c08ebc3104 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,16 +110,16 @@
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <inceptionYear>2014</inceptionYear>
         <com.amazonaws.version>1.12.780</com.amazonaws.version>
-        
<software.amazon.awssdk.version>2.29.40</software.amazon.awssdk.version>
+        
<software.amazon.awssdk.version>2.29.48</software.amazon.awssdk.version>
         <gson.version>2.11.0</gson.version>
         
<io.fabric8.kubernetes.client.version>7.0.1</io.fabric8.kubernetes.client.version>
         <kotlin.version>2.1.0</kotlin.version>
         <okhttp.version>4.12.0</okhttp.version>
-        <okio.version>3.9.1</okio.version>
+        <okio.version>3.10.2</okio.version>
         <org.apache.commons.cli.version>1.9.0</org.apache.commons.cli.version>
-        
<org.apache.commons.codec.version>1.17.1</org.apache.commons.codec.version>
+        
<org.apache.commons.codec.version>1.17.2</org.apache.commons.codec.version>
         
<org.apache.commons.compress.version>1.27.1</org.apache.commons.compress.version>
-        
<com.github.luben.zstd-jni.version>1.5.6-8</com.github.luben.zstd-jni.version>
+        
<com.github.luben.zstd-jni.version>1.5.6-9</com.github.luben.zstd-jni.version>
         
<org.apache.commons.configuration.version>2.11.0</org.apache.commons.configuration.version>
         
<org.apache.commons.lang3.version>3.17.0</org.apache.commons.lang3.version>
         <org.apache.commons.net.version>3.11.1</org.apache.commons.net.version>
@@ -128,7 +128,7 @@
         
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
         
<org.apache.httpcomponents.httpcore.version>4.4.16</org.apache.httpcomponents.httpcore.version>
         <org.bouncycastle.version>1.79</org.bouncycastle.version>
-        <pmd.version>7.8.0</pmd.version>
+        <pmd.version>7.9.0</pmd.version>
         <testcontainers.version>1.20.4</testcontainers.version>
         <org.slf4j.version>2.0.16</org.slf4j.version>
         <com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
@@ -147,10 +147,10 @@
         <ozone.version>1.2.1</ozone.version>
         <gcs.version>2.1.5</gcs.version>
         <aspectj.version>1.9.22.1</aspectj.version>
-        <jersey.bom.version>3.1.9</jersey.bom.version>
+        <jersey.bom.version>3.1.10</jersey.bom.version>
         <log4j2.version>2.24.3</log4j2.version>
-        <logback.version>1.5.15</logback.version>
-        <mockito.version>5.14.2</mockito.version>
+        <logback.version>1.5.16</logback.version>
+        <mockito.version>5.15.2</mockito.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
         <snakeyaml.version>2.3</snakeyaml.version>
         <netty.4.version>4.1.116.Final</netty.4.version>
@@ -738,7 +738,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>10.21.0</version>
+                            <version>10.21.1</version>
                         </dependency>
                     </dependencies>
                 </plugin>

Reply via email to