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 52f8ea9961 NIFI-14840 Bump Jersey to 3.1.11, Tika to 3.2.2, Checkstyle 
to 11.0.0, and others (#10188)
52f8ea9961 is described below

commit 52f8ea9961d35a861d97304a1908cc0f143e27d3
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Aug 11 20:44:40 2025 +0200

    NIFI-14840 Bump Jersey to 3.1.11, Tika to 3.2.2, Checkstyle to 11.0.0, and 
others (#10188)
    
    - Elasticsearch from 9.1.0 to 9.1.1 - 
https://github.com/elastic/elasticsearch-java
    - greenmail from 2.1.4 to 2.1.5 - 
https://github.com/greenmail-mail-test/greenmail/releases/tag/release-2.1.5
    - Apache TinkerPop Gremlin from 3.7.3 to 3.7.4 - 
https://github.com/apache/tinkerpop/blob/3.7.4/CHANGELOG.asciidoc#release-3-7-4
    - Apache Tika from 3.2.1 to 3.2.2 - 
https://github.com/apache/tika/releases/tag/3.2.2
    - Wire from 5.3.7 to 5.3.8 - 
https://github.com/square/wire/blob/master/CHANGELOG.md#version-538
    - HikariCP from 7.0.0 to 7.0.1 - 
https://github.com/brettwooldridge/HikariCP/releases/tag/HikariCP-7.0.1
    - MariaDB from 3.5.4 to 3.5.5 - 
https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.4...3.5.5
    - FlywayDB from 11.10.5 to 11.11.0 - 
https://github.com/flyway/flyway/releases/tag/flyway-11.11.0
    - AWS SDK v2 from 2.32.16 to 2.32.19 - 
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
    - Jersey from 3.1.10 to 3.1.11 - 
https://github.com/eclipse-ee4j/jersey/releases/tag/3.1.11
    - Checkstyle from 10.26.1 to 11.0.0 - 
https://github.com/checkstyle/checkstyle/releases/tag/checkstyle-11.0.0
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml            | 2 +-
 .../nifi-email-bundle/nifi-email-processors/pom.xml                 | 2 +-
 .../nifi-graph-bundle/nifi-graph-test-clients/pom.xml               | 1 -
 .../nifi-graph-bundle/nifi-other-graph-services/pom.xml             | 4 ----
 nifi-extension-bundles/nifi-graph-bundle/pom.xml                    | 4 ++++
 .../nifi-media-bundle/nifi-media-processors/pom.xml                 | 2 +-
 .../nifi-protobuf-bundle/nifi-protobuf-services/pom.xml             | 2 +-
 nifi-extension-bundles/nifi-standard-bundle/pom.xml                 | 2 +-
 .../nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml       | 2 +-
 nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml         | 2 +-
 nifi-registry/pom.xml                                               | 2 +-
 pom.xml                                                             | 6 +++---
 12 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml 
b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
index 6326b5d4be..98c76c3d08 100644
--- a/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-elasticsearch-bundle/pom.xml
@@ -33,7 +33,7 @@ language governing permissions and limitations under the 
License. -->
     </modules>
 
     <properties>
-        <elasticsearch.client.version>9.1.0</elasticsearch.client.version>
+        <elasticsearch.client.version>9.1.1</elasticsearch.client.version>
     </properties>
 
     <dependencyManagement>
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 db8c1e4808..e654b89f6a 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.4</version>
+            <version>2.1.5</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git 
a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml 
b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
index 84572091bf..1be1583f6e 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
@@ -25,7 +25,6 @@
     <artifactId>nifi-graph-test-clients</artifactId>
     <packaging>jar</packaging>
     <properties>
-        <gremlin.version>3.7.3</gremlin.version>
         <janusgraph.version>1.2.0-20250608-090535.869f248</janusgraph.version>
         <guava.version>33.4.8-jre</guava.version>
         <amqp-client.version>5.26.0</amqp-client.version>
diff --git 
a/nifi-extension-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml 
b/nifi-extension-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
index 85af4a6c03..4984558974 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
@@ -18,10 +18,6 @@
     <artifactId>nifi-other-graph-services</artifactId>
     <packaging>jar</packaging>
 
-    <properties>
-        <gremlin.version>3.7.3</gremlin.version>
-    </properties>
-
     <dependencies>
 
         <dependency>
diff --git a/nifi-extension-bundles/nifi-graph-bundle/pom.xml 
b/nifi-extension-bundles/nifi-graph-bundle/pom.xml
index d48f3e8251..91691ef030 100644
--- a/nifi-extension-bundles/nifi-graph-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-graph-bundle/pom.xml
@@ -24,6 +24,10 @@
     <artifactId>nifi-graph-bundle</artifactId>
     <packaging>pom</packaging>
 
+    <properties>
+        <gremlin.version>3.7.4</gremlin.version>
+    </properties>
+
     <modules>
         <module>nifi-graph-test-clients</module>
         <module>nifi-graph-client-service-api</module>
diff --git 
a/nifi-extension-bundles/nifi-media-bundle/nifi-media-processors/pom.xml 
b/nifi-extension-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
index dad344eefb..6587121360 100644
--- a/nifi-extension-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
@@ -26,7 +26,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <tika.version>3.2.1</tika.version>
+        <tika.version>3.2.2</tika.version>
     </properties>
     <dependencies>
         <dependency>
diff --git 
a/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml 
b/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
index b9fcb830d5..7350d22d05 100644
--- a/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
+++ b/nifi-extension-bundles/nifi-protobuf-bundle/nifi-protobuf-services/pom.xml
@@ -27,7 +27,7 @@
 
     <properties>
         <protobuf.version>3.25.8</protobuf.version>
-        <wire.version>5.3.7</wire.version>
+        <wire.version>5.3.8</wire.version>
     </properties>
 
     <dependencies>
diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml 
b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index b41abad651..c66f92636a 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -35,7 +35,7 @@
     </modules>
     <properties>
         <org.apache.sshd.version>2.15.0</org.apache.sshd.version>
-        <tika.version>3.2.1</tika.version>
+        <tika.version>3.2.2</tika.version>
     </properties>
     <dependencyManagement>
         <dependencies>
diff --git 
a/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
 
b/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
index ab5dfd2bee..fc624cdf76 100644
--- 
a/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
+++ 
b/nifi-extension-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-hikari-dbcp-service/pom.xml
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>com.zaxxer</groupId>
             <artifactId>HikariCP</artifactId>
-            <version>7.0.0</version>
+            <version>7.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</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 b19bdbf02f..08c5082306 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.4</version>
+            <version>3.5.5</version>
         </dependency>
         <dependency>
             <groupId>org.postgresql</groupId>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 7134c5a5b7..871a95a72f 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -36,7 +36,7 @@
     </modules>
     <properties>
         <spring.boot.version>3.5.4</spring.boot.version>
-        <flyway.version>11.10.5</flyway.version>
+        <flyway.version>11.11.0</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 63f5174f30..eb829acd1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <inceptionYear>2014</inceptionYear>
         <com.amazonaws.version>1.12.788</com.amazonaws.version>
-        
<software.amazon.awssdk.version>2.32.16</software.amazon.awssdk.version>
+        
<software.amazon.awssdk.version>2.32.19</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>
@@ -149,7 +149,7 @@
         <ozone.version>1.4.1</ozone.version>
         <gcs.version>2.1.5</gcs.version>
         <aspectj.version>1.9.24</aspectj.version>
-        <jersey.bom.version>3.1.10</jersey.bom.version>
+        <jersey.bom.version>3.1.11</jersey.bom.version>
         <log4j2.version>2.25.1</log4j2.version>
         <logback.version>1.5.18</logback.version>
         <mockito.version>5.18.0</mockito.version>
@@ -767,7 +767,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>10.26.1</version>
+                            <version>11.0.0</version>
                         </dependency>
                     </dependencies>
                 </plugin>

Reply via email to