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 50815d22d1 NIFI-15035 Bump JUnit to 6.0.0, Logback to 1.5.19, GCP BOM 
to 26.69.0, and others (#10367)
50815d22d1 is described below

commit 50815d22d1b015655274b0e44cbfd50ed2699619
Author: Pierre Villard <[email protected]>
AuthorDate: Thu Oct 2 15:44:03 2025 +0200

    NIFI-15035 Bump JUnit to 6.0.0, Logback to 1.5.19, GCP BOM to 26.69.0, and 
others (#10367)
    
    - AWS Kinesis Client from 2.7.1 to 2.7.2 - 
https://github.com/awslabs/amazon-kinesis-client/releases/tag/v2.7.2
    - Greenmail from 2.1.5 to 2.1.6 - 
https://github.com/greenmail-mail-test/greenmail/releases/tag/release-2.1.6
    - Google Cloud SDK BOM from 26.68.0 to 26.69.0 - 
https://github.com/googleapis/java-cloud-bom/releases/tag/v26.69.0
    - Neo4J Driver from 5.28.9 to 6.0.0 - 
https://github.com/neo4j/neo4j-java-driver/releases/tag/6.0.0
    - Camel Salesforce from 4.14.0 to 4.14.1 - 
https://github.com/apache/camel/releases/tag/camel-4.14.1
    - Clojure from 1.12.2 to 1.12.3 - 
https://clojure.org/news/2025/09/25/clojure-1-12-3
    - checker-qual from 3.51.0 to 3.51.1 - 
https://github.com/typetools/checker-framework/releases/tag/checker-framework-3.51.1
    - JNA from 5.18.0 to 5.18.1 - 
https://github.com/java-native-access/jna/releases/tag/5.18.1
    - FlywayDB from 11.13.1 to 11.13.2 - 
https://github.com/flyway/flyway/releases/tag/flyway-11.13.2
    - Frontend Maven Plugin from 1.15.1 to 1.15.4 - 
https://github.com/eirslett/frontend-maven-plugin/releases/tag/frontend-plugins-1.15.4
    - AWS SDK v2 from 2.34.3 to 2.34.8 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - Logback from 1.5.18 to 1.5.19 - 
https://github.com/qos-ch/logback/releases/tag/v_1.5.19
    - Nimbus OAuth2 OIDC from 11.29.1 to 11.29.2 - 
https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt
    - Swagger Annotations from 2.2.37 to 2.2.38 - 
https://github.com/swagger-api/swagger-core/releases/tag/v2.2.38
    - JUnit from 5.13.4 to 6.0.0 - 
https://docs.junit.org/6.0.0/release-notes/#release-notes-6.0.0
    - Checkstyle from 11.0.1 to 11.1.0 - 
https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-11.1.0
    - Exec Maven Plugin from 3.5.1 to 3.6.0 - 
https://github.com/mojohaus/exec-maven-plugin/releases/tag/3.6.0
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-extension-bundles/nifi-aws-bundle/pom.xml       |  2 +-
 .../nifi-email-bundle/nifi-email-processors/pom.xml  |  2 +-
 nifi-extension-bundles/nifi-gcp-bundle/pom.xml       |  2 +-
 .../nifi-neo4j-cypher-service/pom.xml                |  4 ++--
 .../nifi-salesforce-processors/pom.xml               |  2 +-
 .../nifi-scripting-processors/pom.xml                |  2 +-
 .../nifi-standard-shared-bom/pom.xml                 |  2 +-
 .../nifi-windows-event-log-processors/pom.xml        |  2 +-
 nifi-registry/pom.xml                                |  2 +-
 pom.xml                                              | 20 ++++++++++----------
 10 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/nifi-extension-bundles/nifi-aws-bundle/pom.xml 
b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
index 368e2ab6f8..c89c58d907 100644
--- a/nifi-extension-bundles/nifi-aws-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-aws-bundle/pom.xml
@@ -27,7 +27,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        
<aws-kinesis-client-library-version>2.7.1</aws-kinesis-client-library-version>
+        
<aws-kinesis-client-library-version>2.7.2</aws-kinesis-client-library-version>
     </properties>
 
     <modules>
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 0f432dcc48..74ceba62c3 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
@@ -99,7 +99,7 @@
         <dependency>
             <groupId>com.icegreen</groupId>
             <artifactId>greenmail</artifactId>
-            <version>2.1.5</version>
+            <version>2.1.6</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml 
b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
index 9e666f9ac7..120824920d 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
@@ -25,7 +25,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <google.libraries.version>26.68.0</google.libraries.version>
+        <google.libraries.version>26.69.0</google.libraries.version>
     </properties>
 
     <dependencyManagement>
diff --git 
a/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml 
b/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
index 85966707b0..873ada809e 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
@@ -19,8 +19,8 @@
     <packaging>jar</packaging>
 
     <properties>
-        <neo4j.driver.version>5.28.9</neo4j.driver.version>
-        <neo4j.docker.version>5.19</neo4j.docker.version>
+        <neo4j.driver.version>6.0.0</neo4j.driver.version>
+        <neo4j.docker.version>2025.09</neo4j.docker.version>
     </properties>
 
     <dependencies>
diff --git 
a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
 
b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
index d03614d3f6..c87e89ea53 100644
--- 
a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-salesforce</artifactId>
-            <version>4.14.0</version>
+            <version>4.14.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
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 f8f0b2faf0..569b980555 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
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>org.clojure</groupId>
             <artifactId>clojure</artifactId>
-            <version>1.12.2</version>
+            <version>1.12.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</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 47f590468a..757c5c61c0 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.51.0</version>
+                <version>3.51.1</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
diff --git 
a/nifi-extension-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
 
b/nifi-extension-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
index a71cf70deb..b083697cd0 100644
--- 
a/nifi-extension-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
+++ 
b/nifi-extension-bundles/nifi-windows-event-log-bundle/nifi-windows-event-log-processors/pom.xml
@@ -21,7 +21,7 @@ language governing permissions and limitations under the 
License. -->
     <packaging>jar</packaging>
 
     <properties>
-        <jna.version>5.18.0</jna.version>
+        <jna.version>5.18.1</jna.version>
         <javassist.version>3.30.2-GA</javassist.version>
     </properties>
 
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 5e48e38bea..6fa707356f 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
     </modules>
     <properties>
         <spring.boot.version>3.5.6</spring.boot.version>
-        <flyway.version>11.13.1</flyway.version>
+        <flyway.version>11.13.2</flyway.version>
         <flyway.tests.version>10.0.0</flyway.tests.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>
         <jgit.version>7.3.0.202506031305-r</jgit.version>
diff --git a/pom.xml b/pom.xml
index 12631bb8f6..bb2a24dbd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
         
<docker.jre.image.name>bellsoft/liberica-openjre-debian</docker.jre.image.name>
 
         <!-- Frontend tooling -->
-        <frontend.mvn.plugin.version>1.15.1</frontend.mvn.plugin.version>
+        <frontend.mvn.plugin.version>1.15.4</frontend.mvn.plugin.version>
         <node.version>v22.19.0</node.version>
 
         <!-- NiFi build -->
@@ -121,7 +121,7 @@
 
         <!-- AWS SDK -->
         <com.amazonaws.version>1.12.791</com.amazonaws.version>
-        <software.amazon.awssdk.version>2.34.3</software.amazon.awssdk.version>
+        <software.amazon.awssdk.version>2.34.8</software.amazon.awssdk.version>
 
         <!-- Apache Commons -->
         <org.apache.commons.cli.version>1.10.0</org.apache.commons.cli.version>
@@ -163,7 +163,7 @@
 
         <!-- Logging and observability -->
         <log4j2.version>2.25.2</log4j2.version>
-        <logback.version>1.5.18</logback.version>
+        <logback.version>1.5.19</logback.version>
         <org.slf4j.version>2.0.17</org.slf4j.version>
         <prometheus.version>0.16.0</prometheus.version>
         <simple-syslog-5424.version>0.0.19</simple-syslog-5424.version>
@@ -179,7 +179,7 @@
 
         <!-- Security -->
         <nimbus-jose-jwt.version>10.5</nimbus-jose-jwt.version>
-        <nimbus-oauth2-oidc.version>11.29.1</nimbus-oauth2-oidc.version>
+        <nimbus-oauth2-oidc.version>11.29.2</nimbus-oauth2-oidc.version>
         <org.bouncycastle.version>1.82</org.bouncycastle.version>
 
         <!-- Utilities -->
@@ -197,13 +197,13 @@
         <servlet-api.version>6.1.0</servlet-api.version>
         <spring.security.version>6.5.5</spring.security.version>
         <spring.version>6.2.11</spring.version>
-        <swagger.annotations.version>2.2.37</swagger.annotations.version>
+        <swagger.annotations.version>2.2.38</swagger.annotations.version>
 
         <!-- Testing and quality -->
-        <junit.version>5.13.4</junit.version>
+        <junit.version>6.0.0</junit.version>
         <mockito.version>5.20.0</mockito.version>
         <pmd.version>7.17.0</pmd.version>
-        <checkstyle.version>11.0.1</checkstyle.version>
+        <checkstyle.version>11.1.0</checkstyle.version>
         <testcontainers.version>1.21.3</testcontainers.version>
     </properties>
     <dependencyManagement>
@@ -632,7 +632,7 @@
             <dependency>
                 <groupId>org.junit.platform</groupId>
                 <artifactId>junit-platform-commons</artifactId>
-                <version>1.13.4</version>
+                <version>${junit.version}</version>
                 <scope>test</scope>
             </dependency>
         </dependencies>
@@ -730,7 +730,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>exec-maven-plugin</artifactId>
-                    <version>3.5.1</version>
+                    <version>3.6.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -832,7 +832,7 @@
                 <plugin>
                     <groupId>io.swagger.core.v3</groupId>
                     <artifactId>swagger-maven-plugin-jakarta</artifactId>
-                    <version>2.2.37</version>
+                    <version>2.2.38</version>
                 </plugin>
                 <plugin>
                     <groupId>io.swagger.codegen.v3</groupId>

Reply via email to