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 960322d8ae NIFI-13939 Upgraded Logback to 1.5.12 and AWS SDK 2.29.1 
and others
960322d8ae is described below

commit 960322d8ae701788fdec42bd99c7b178a824207e
Author: Joseph Witt <[email protected]>
AuthorDate: Mon Oct 28 08:55:06 2024 -0700

    NIFI-13939 Upgraded Logback to 1.5.12 and AWS SDK 2.29.1 and others
    
    - Upgraded icu4j from 75.1 to 76.1
    - Upgraded okhttp-digest from 3.1.0 to 3.1.1
    - Upgraded ZooKeeper from 3.9.2 to 3.9.3
    - Upgraded JUnit from 5.11.2 to 5.11.3
    - Upgraded JUnit Platform from 1.11.2 to 1.11.3
    - Upgraded Logback from 1.5.11 to 1.5.12
    - Upgraded AWS SDK from 1.12.775 to 1.12.777
    - Upgraded AWS SDK from 2.28.25 to 2.29.1
    - Upgraded zstd-jni from 1.5.6-6 to 1.5.6-7
    - Upgraded json-flattener from 0.17.0 to 0.17.1
    - Upgraded Nimbus JOSE JWT from 9.41.2 to 9.42
    - Upgraded Testcontainers from 1.20.2 to 1.20.3
    - Upgraded HubSpot Jackson from 0.9.15 to 0.9.16
    - Upgraded Slack API from 1.44.0 to 1.44.1
    - Upgraded MySQL binlog from 0.29.2 to 0.30.1
    - Upgraded DataFaker from 2.4.0 to 2.4.1
    - Upgraded FlywayDB from 10.20.0 to 10.20.1
    - Upgraded MariaDB Driver from 3.4.1 to 3.5.0
    - Upgraded Spring Boot from 3.3.4 to 3.3.5
    - Upgraded Spring Integration from 6.3.4 to 6.3.5
    - Upgraded Spring Security Kerberos from 1.0.1 to 2.1.1
    
    This closes #9461
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-extension-bundles/nifi-azure-bundle/pom.xml         |  2 +-
 .../nifi-cdc-mysql-processors/pom.xml                    |  2 +-
 .../nifi-email-bundle/nifi-email-processors/pom.xml      |  2 +-
 .../nifi-extension-utils/nifi-hadoop-utils/pom.xml       |  2 +-
 .../nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml      |  2 +-
 .../nifi-hadoop-libraries-bundle/pom.xml                 |  2 +-
 .../nifi-opentelemetry-processors/pom.xml                |  2 +-
 .../nifi-parquet-bundle/nifi-parquet-processors/pom.xml  |  2 +-
 .../nifi-slack-bundle/nifi-slack-processors/pom.xml      |  2 +-
 .../nifi-standard-content-viewer/pom.xml                 |  2 +-
 .../nifi-standard-processors/pom.xml                     |  2 +-
 nifi-extension-bundles/nifi-standard-bundle/pom.xml      |  4 ++--
 .../nifi-hadoop-dbcp-service/pom.xml                     |  2 +-
 .../nifi-lookup-services/pom.xml                         |  2 +-
 .../nifi-kerberos-iaa-providers/pom.xml                  |  2 +-
 nifi-framework-bundle/pom.xml                            |  4 ++--
 .../nifi-registry-core/nifi-registry-test/pom.xml        |  2 +-
 .../nifi-registry-core/nifi-registry-web-api/pom.xml     |  2 +-
 nifi-registry/nifi-registry-core/pom.xml                 |  2 +-
 nifi-registry/pom.xml                                    |  4 ++--
 pom.xml                                                  | 16 ++++++++--------
 21 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml 
b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
index b1b0a25246..35484fd0ba 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
@@ -73,7 +73,7 @@
             <dependency>
                 <groupId>com.nimbusds</groupId>
                 <artifactId>nimbus-jose-jwt</artifactId>
-                <version>9.41.2</version>
+                <version>9.42</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git 
a/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
 
b/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
index 17afe63003..ebde012602 100644
--- 
a/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
@@ -36,7 +36,7 @@ language governing permissions and limitations under the 
License. -->
         <dependency>
             <groupId>com.zendesk</groupId>
             <artifactId>mysql-binlog-connector-java</artifactId>
-            <version>0.29.2</version>
+            <version>0.30.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
diff --git 
a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml 
b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
index 0b73cee5c2..c388507405 100644
--- a/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-email-bundle/nifi-email-processors/pom.xml
@@ -25,7 +25,7 @@
     <artifactId>nifi-email-processors</artifactId>
     <packaging>jar</packaging>
     <properties>
-        <spring.integration.version>6.3.4</spring.integration.version>
+        <spring.integration.version>6.3.5</spring.integration.version>
     </properties>
 
     <dependencies>
diff --git 
a/nifi-extension-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml 
b/nifi-extension-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml
index 06e983d71a..c77882e381 100644
--- a/nifi-extension-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml
+++ b/nifi-extension-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml
@@ -114,7 +114,7 @@
         <dependency>
             <groupId>com.nimbusds</groupId>
             <artifactId>nimbus-jose-jwt</artifactId>
-            <version>9.41.2</version>
+            <version>9.42</version>
         </dependency>
     </dependencies>
     <build>
diff --git 
a/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml 
b/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml
index d0e3ca4e9f..74410dc8b5 100644
--- a/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml
@@ -166,7 +166,7 @@
         <dependency>
             <groupId>com.nimbusds</groupId>
             <artifactId>nimbus-jose-jwt</artifactId>
-            <version>9.41.2</version>
+            <version>9.42</version>
         </dependency>
     </dependencies>
 
diff --git a/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml 
b/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
index 5e11a6f3ed..ca5c67ec66 100644
--- a/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-hadoop-libraries-bundle/pom.xml
@@ -37,7 +37,7 @@
             <dependency>
                 <groupId>com.nimbusds</groupId>
                 <artifactId>nimbus-jose-jwt</artifactId>
-                <version>9.41.2</version>
+                <version>9.42</version>
             </dependency>
             <!-- Override Guava 27 -->
             <dependency>
diff --git 
a/nifi-extension-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml
 
b/nifi-extension-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml
index b0c2618bfd..f242e31bd7 100644
--- 
a/nifi-extension-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-opentelemetry-bundle/nifi-opentelemetry-processors/pom.xml
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>com.hubspot.jackson</groupId>
             <artifactId>jackson-datatype-protobuf</artifactId>
-            <version>0.9.15</version>
+            <version>0.9.16</version>
             <exclusions>
                 <exclusion>
                     <groupId>com.google.protobuf</groupId>
diff --git 
a/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml 
b/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml
index d2def3d699..ac08b6d79a 100644
--- a/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-parquet-bundle/nifi-parquet-processors/pom.xml
@@ -71,7 +71,7 @@
         <dependency>
             <groupId>com.nimbusds</groupId>
             <artifactId>nimbus-jose-jwt</artifactId>
-            <version>9.41.2</version>
+            <version>9.42</version>
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</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 95f563d254..35ce6b35c9 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.0</version>
+            <version>1.44.1</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-bundle/nifi-standard-content-viewer/pom.xml
 
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml
index 20c9299218..a09e8feeb4 100644
--- 
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml
+++ 
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-content-viewer/pom.xml
@@ -26,7 +26,7 @@
     <artifactId>nifi-standard-content-viewer</artifactId>
     <packaging>war</packaging>
     <properties>
-        <spring.boot.version>3.3.4</spring.boot.version>
+        <spring.boot.version>3.3.5</spring.boot.version>
         
<standard-content-viewer.ui.working.dir>${project.build.directory}/standard-content-viewer-ui-working-directory</standard-content-viewer.ui.working.dir>
     </properties>
     <dependencies>
diff --git 
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml 
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index 2e132cdd07..8cea933f2e 100644
--- 
a/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -405,7 +405,7 @@
         <dependency>
             <groupId>net.datafaker</groupId>
             <artifactId>datafaker</artifactId>
-            <version>2.4.0</version>
+            <version>2.4.1</version>
             <exclusions>
                 <!-- Exclude snakeyaml with android qualifier -->
                 <exclusion>
diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml 
b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index 0bbf589356..ced3c33198 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -137,7 +137,7 @@
             <dependency>
                 <groupId>io.github.rburgst</groupId>
                 <artifactId>okhttp-digest</artifactId>
-                <version>3.1.0</version>
+                <version>3.1.1</version>
             </dependency>
             <dependency>
                 <groupId>at.favre.lib</groupId>
@@ -169,7 +169,7 @@
             <dependency>
                 <groupId>com.github.wnameless.json</groupId>
                 <artifactId>json-flattener</artifactId>
-                <version>0.17.0</version>
+                <version>0.17.1</version>
             </dependency>
             <dependency>
                 <groupId>io.krakens</groupId>
diff --git 
a/nifi-extension-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml
 
b/nifi-extension-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml
index 355d50e834..f68cc97971 100644
--- 
a/nifi-extension-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml
+++ 
b/nifi-extension-bundles/nifi-standard-services/nifi-hadoop-dbcp-service-bundle/nifi-hadoop-dbcp-service/pom.xml
@@ -92,7 +92,7 @@
         <dependency>
             <groupId>com.nimbusds</groupId>
             <artifactId>nimbus-jose-jwt</artifactId>
-            <version>9.41.2</version>
+            <version>9.42</version>
         </dependency>
     </dependencies>
     <build>
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 2a6ffa0adc..7765b93533 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
@@ -121,7 +121,7 @@
         <dependency>
             <groupId>io.github.rburgst</groupId>
             <artifactId>okhttp-digest</artifactId>
-            <version>3.1.0</version>
+            <version>3.1.1</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
diff --git 
a/nifi-framework-bundle/nifi-framework-extensions/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml
 
b/nifi-framework-bundle/nifi-framework-extensions/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml
index 8690b0ea3f..edf180770d 100644
--- 
a/nifi-framework-bundle/nifi-framework-extensions/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml
+++ 
b/nifi-framework-bundle/nifi-framework-extensions/nifi-kerberos-iaa-providers-bundle/nifi-kerberos-iaa-providers/pom.xml
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.springframework.security.kerberos</groupId>
             <artifactId>spring-security-kerberos-core</artifactId>
-            <version>1.0.1.RELEASE</version>
+            <version>2.1.1</version>
         </dependency>
         <!-- Include spring-security-crypto to support 
spring-security-kerberos-core -->
         <dependency>
diff --git a/nifi-framework-bundle/pom.xml b/nifi-framework-bundle/pom.xml
index 65df0cd2ed..9a55389614 100644
--- a/nifi-framework-bundle/pom.xml
+++ b/nifi-framework-bundle/pom.xml
@@ -101,7 +101,7 @@
             <dependency>
                 <groupId>com.ibm.icu</groupId>
                 <artifactId>icu4j</artifactId>
-                <version>75.1</version>
+                <version>76.1</version>
             </dependency>
 
             <!-- open id connect - override transitive dependency version 
ranges -->
@@ -113,7 +113,7 @@
             <dependency>
                 <groupId>com.nimbusds</groupId>
                 <artifactId>nimbus-jose-jwt</artifactId>
-                <version>9.41.2</version>
+                <version>9.42</version>
             </dependency>
             <dependency>
                 <groupId>org.codehaus.jettison</groupId>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml 
b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
index c8a5888054..8703280579 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -74,7 +74,7 @@
         <dependency>
             <groupId>org.mariadb.jdbc</groupId>
             <artifactId>mariadb-java-client</artifactId>
-            <version>3.4.1</version>
+            <version>3.5.0</version>
         </dependency>
         <dependency>
             <groupId>org.postgresql</groupId>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml 
b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
index c5eae9e635..2b0a333b0f 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
@@ -196,7 +196,7 @@
         <dependency>
             <groupId>org.springframework.security.kerberos</groupId>
             <artifactId>spring-security-kerberos-core</artifactId>
-            <version>1.0.1.RELEASE</version>
+            <version>2.1.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.springframework</groupId>
diff --git a/nifi-registry/nifi-registry-core/pom.xml 
b/nifi-registry/nifi-registry-core/pom.xml
index 23491750bc..0dce829c7c 100644
--- a/nifi-registry/nifi-registry-core/pom.xml
+++ b/nifi-registry/nifi-registry-core/pom.xml
@@ -109,7 +109,7 @@
             <dependency>
                 <groupId>com.nimbusds</groupId>
                 <artifactId>nimbus-jose-jwt</artifactId>
-                <version>9.41.2</version>
+                <version>9.42</version>
             </dependency>
             <dependency>
                 <groupId>com.google.guava</groupId>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 83b898d371..4ed9c8cb52 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -35,8 +35,8 @@
         <module>nifi-registry-docker-maven</module>
     </modules>
     <properties>
-        <spring.boot.version>3.3.4</spring.boot.version>
-        <flyway.version>10.20.0</flyway.version>
+        <spring.boot.version>3.3.5</spring.boot.version>
+        <flyway.version>10.20.1</flyway.version>
         <flyway.tests.version>10.0.0</flyway.tests.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>
         <jgit.version>7.0.0.202409031743-r</jgit.version>
diff --git a/pom.xml b/pom.xml
index 8cc22a16f0..5af9b08297 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,8 +109,8 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <inceptionYear>2014</inceptionYear>
-        <com.amazonaws.version>1.12.775</com.amazonaws.version>
-        
<software.amazon.awssdk.version>2.28.25</software.amazon.awssdk.version>
+        <com.amazonaws.version>1.12.777</com.amazonaws.version>
+        <software.amazon.awssdk.version>2.29.1</software.amazon.awssdk.version>
         <gson.version>2.11.0</gson.version>
         
<io.fabric8.kubernetes.client.version>6.13.4</io.fabric8.kubernetes.client.version>
         <kotlin.version>2.0.21</kotlin.version>
@@ -119,7 +119,7 @@
         <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.compress.version>1.27.1</org.apache.commons.compress.version>
-        
<com.github.luben.zstd-jni.version>1.5.6-6</com.github.luben.zstd-jni.version>
+        
<com.github.luben.zstd-jni.version>1.5.6-7</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.78.1</org.bouncycastle.version>
-        <testcontainers.version>1.20.2</testcontainers.version>
+        <testcontainers.version>1.20.3</testcontainers.version>
         <org.slf4j.version>2.0.16</org.slf4j.version>
         <com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
         <derby.version>10.17.1.0</derby.version>
@@ -148,7 +148,7 @@
         <aspectj.version>1.9.22.1</aspectj.version>
         <jersey.bom.version>3.1.9</jersey.bom.version>
         <log4j2.version>2.24.1</log4j2.version>
-        <logback.version>1.5.11</logback.version>
+        <logback.version>1.5.12</logback.version>
         <mockito.version>5.14.2</mockito.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
         <snakeyaml.version>2.3</snakeyaml.version>
@@ -158,7 +158,7 @@
         <spring.security.version>6.3.4</spring.security.version>
         <swagger.annotations.version>2.2.25</swagger.annotations.version>
         <h2.version>2.3.232</h2.version>
-        <zookeeper.version>3.9.2</zookeeper.version>
+        <zookeeper.version>3.9.3</zookeeper.version>
         <caffeine.version>3.1.8</caffeine.version>
         <hapi.version>2.5.1</hapi.version>
         <commons.dbcp2.version>2.12.0</commons.dbcp2.version>
@@ -307,7 +307,7 @@
             <dependency>
                 <groupId>org.junit</groupId>
                 <artifactId>junit-bom</artifactId>
-                <version>5.11.2</version>
+                <version>5.11.3</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
@@ -575,7 +575,7 @@
             <dependency>
                 <groupId>org.junit.platform</groupId>
                 <artifactId>junit-platform-commons</artifactId>
-                <version>1.11.2</version>
+                <version>1.11.3</version>
                 <scope>test</scope>
             </dependency>
         </dependencies>

Reply via email to