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 e800554597 NIFI-14716 Bump Jetty to 12.0.23, okio to 3.15.0, and 
others (#10067)
e800554597 is described below

commit e800554597b0c5e08ad55a627051b68fbc131835
Author: Pierre Villard <pierre.villard...@gmail.com>
AuthorDate: Fri Jul 4 19:20:11 2025 +0200

    NIFI-14716 Bump Jetty to 12.0.23, okio to 3.15.0, and others (#10067)
    
    - License Maven Plugin from 2.5.0 to 2.6.0 - 
https://github.com/mojohaus/license-maven-plugin/releases/tag/2.6.0
    - Google Drive API from v3-rev20250511-2.0.0 to v3-rev20250701-2.0.0 - 
https://github.com/googleapis/google-api-java-client-services/tree/main/clients/google-api-services-drive/v3/2.0.0
    - Neo4J Driver from 5.28.6 to 5.28.7 - 
https://github.com/neo4j/neo4j-java-driver/releases/tag/5.28.7
    - SNMP4J from 3.9.5 to 3.9.6 - https://www.snmp4j.org/CHANGES.txt
    - checker-qual from 3.49.4 to 3.49.5 - 
https://github.com/typetools/checker-framework/releases/tag/checker-framework-3.49.5
    - MariaDB Java client from 3.5.3 to 3.5.4 - 
https://github.com/mariadb-corporation/mariadb-connector-j/blob/main/CHANGELOG.md
    - FlywayDB from 11.10.0 to 11.10.1 - 
https://github.com/flyway/flyway/releases/tag/flyway-11.10.1
    - AWS SDK v2 from 2.31.73 to 2.31.77 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - okio from 3.14.0 to 3.15.0 - 
https://github.com/square/okio/blob/master/CHANGELOG.md
    - Jetty from 12.0.22 to 12.0.23 - 
https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.23
    - Nimbus Jose JWT from 10.3 to 10.3.1 - 
https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt
    - Maven PMD Plugin from 3.26.0 to 3.27.0 - 
https://github.com/apache/maven-pmd-plugin/releases/tag/maven-pmd-plugin-3.27.0
    - Swagger Codegen Maven Plugin from 3.0.69 to 3.0.71 - 
https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.71
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
---
 .../nifi-box-bundle/nifi-box-nar/pom.xml                   |  2 +-
 .../nifi-gcp-bundle/nifi-gcp-processors/pom.xml            |  2 +-
 .../nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml    |  2 +-
 .../nifi-snmp-bundle/nifi-snmp-processors/pom.xml          |  2 +-
 nifi-extension-bundles/nifi-standard-bundle/pom.xml        |  2 +-
 .../nifi-standard-shared-bom/pom.xml                       |  2 +-
 .../nifi-registry-core/nifi-registry-test/pom.xml          |  2 +-
 nifi-registry/pom.xml                                      |  2 +-
 pom.xml                                                    | 14 +++++++-------
 9 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/nifi-extension-bundles/nifi-box-bundle/nifi-box-nar/pom.xml 
b/nifi-extension-bundles/nifi-box-bundle/nifi-box-nar/pom.xml
index be9999a826..bed6e27de2 100644
--- a/nifi-extension-bundles/nifi-box-bundle/nifi-box-nar/pom.xml
+++ b/nifi-extension-bundles/nifi-box-bundle/nifi-box-nar/pom.xml
@@ -44,7 +44,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>license-maven-plugin</artifactId>
-                <version>2.5.0</version>
+                <version>2.6.0</version>
                 <configuration>
                     <!--
                         mvn clean license:add-third-party 
license:download-licenses
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml 
b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
index 667be1098c..066170594e 100644
--- a/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml
@@ -127,7 +127,7 @@
         <dependency>
             <groupId>com.google.apis</groupId>
             <artifactId>google-api-services-drive</artifactId>
-            <version>v3-rev20250511-2.0.0</version>
+            <version>v3-rev20250701-2.0.0</version>
         </dependency>
         <dependency>
             <groupId>com.tdunning</groupId>
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 361624bd99..cfcb1a0432 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,7 +19,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <neo4j.driver.version>5.28.6</neo4j.driver.version>
+        <neo4j.driver.version>5.28.7</neo4j.driver.version>
         <neo4j.docker.version>5.19</neo4j.docker.version>
     </properties>
 
diff --git 
a/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml 
b/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
index a285e83fa8..76ba98bd1d 100644
--- a/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
@@ -20,7 +20,7 @@ language governing permissions and limitations under the 
License. -->
     <packaging>jar</packaging>
 
     <properties>
-        <snmp4j.version>3.9.5</snmp4j.version>
+        <snmp4j.version>3.9.6</snmp4j.version>
         <snmp4j-agent.version>3.8.2</snmp4j-agent.version>
     </properties>
 
diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml 
b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index d071bb9579..34d05c2da0 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -112,7 +112,7 @@
             <dependency>
                 <groupId>net.sf.saxon</groupId>
                 <artifactId>Saxon-HE</artifactId>
-                <version>12.7</version>
+                <version>12.8</version>
             </dependency>
             <dependency>
                 <groupId>javax.jms</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 2f94187e42..cfc6dd2442 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.49.4</version>
+                <version>3.49.5</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
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 973d1030d8..9d820e3b95 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.5.3</version>
+            <version>3.5.4</version>
         </dependency>
         <dependency>
             <groupId>org.postgresql</groupId>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index b472fbef8c..a7290d432c 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
     </modules>
     <properties>
         <spring.boot.version>3.5.3</spring.boot.version>
-        <flyway.version>11.10.0</flyway.version>
+        <flyway.version>11.10.1</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 8a9a227703..78413931f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>34</version>
+        <version>35</version>
         <relativePath />
     </parent>
     <groupId>org.apache.nifi</groupId>
@@ -110,12 +110,12 @@
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <inceptionYear>2014</inceptionYear>
         <com.amazonaws.version>1.12.787</com.amazonaws.version>
-        
<software.amazon.awssdk.version>2.31.73</software.amazon.awssdk.version>
+        
<software.amazon.awssdk.version>2.31.77</software.amazon.awssdk.version>
         <gson.version>2.13.1</gson.version>
         
<io.fabric8.kubernetes.client.version>7.3.1</io.fabric8.kubernetes.client.version>
         <kotlin.version>2.2.0</kotlin.version>
         <okhttp.version>4.12.0</okhttp.version>
-        <okio.version>3.14.0</okio.version>
+        <okio.version>3.15.0</okio.version>
         <org.apache.commons.cli.version>1.9.0</org.apache.commons.cli.version>
         
<org.apache.commons.codec.version>1.18.0</org.apache.commons.codec.version>
         
<org.apache.commons.collections4.version>4.5.0</org.apache.commons.collections4.version>
@@ -134,7 +134,7 @@
         <org.slf4j.version>2.0.17</org.slf4j.version>
         <com.jayway.jsonpath.version>2.9.0</com.jayway.jsonpath.version>
         <derby.version>10.17.1.0</derby.version>
-        <jetty.version>12.0.22</jetty.version>
+        <jetty.version>12.0.23</jetty.version>
         <jackson.bom.version>2.19.1</jackson.bom.version>
         <avro.version>1.11.4</avro.version>
         <jaxb.runtime.version>4.0.5</jaxb.runtime.version>
@@ -167,7 +167,7 @@
         <prometheus.version>0.16.0</prometheus.version>
         <velocity-engine-core.version>2.4.1</velocity-engine-core.version>
         <simple-syslog-5424.version>0.0.19</simple-syslog-5424.version>
-        <nimbus-jose-jwt.version>10.3</nimbus-jose-jwt.version>
+        <nimbus-jose-jwt.version>10.3.1</nimbus-jose-jwt.version>
     </properties>
     <dependencyManagement>
         <dependencies>
@@ -791,7 +791,7 @@
                 <plugin>
                     <groupId>io.swagger.codegen.v3</groupId>
                     <artifactId>swagger-codegen-maven-plugin</artifactId>
-                    <version>3.0.69</version>
+                    <version>3.0.71</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -801,7 +801,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-pmd-plugin</artifactId>
-                    <version>3.26.0</version>
+                    <version>3.27.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>net.sourceforge.pmd</groupId>

Reply via email to