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 ec1f27fe566 NIFI-16095 Bump Jetty to 12.1.11, Jackson to 2.22.1, and
others (#11411)
ec1f27fe566 is described below
commit ec1f27fe566a873697e6d31c0168cd66f3237541
Author: Pierre Villard <[email protected]>
AuthorDate: Thu Jul 9 15:09:33 2026 +0200
NIFI-16095 Bump Jetty to 12.1.11, Jackson to 2.22.1, and others (#11411)
- Mortbay from 11.0.22 to 11.0.23 -
https://github.com/jetty-project/jasper-jsp/tree/jasper-jsp-11.0.23
- Apache IoTDB from 2.0.8 to 2.0.10 -
https://github.com/apache/iotdb/releases/tag/v2.0.10
- MongoDB Driver from 5.8.0 to 5.9.0 -
https://github.com/mongodb/mongo-java-driver/releases/tag/r5.9.0
- JSON Schema Validator from 2.0.3 to 2.0.4 -
https://github.com/networknt/json-schema-validator/releases/tag/2.0.4
- AWS SDK from 2.47.0 to 2.47.1 -
https://github.com/aws/aws-sdk-java-v2/releases/tag/2.47.1
- Jackson from 2.22.0 to 2.22.1 -
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.22.1
- Jetty from 12.1.10 to 12.1.11 -
https://github.com/jetty/jetty.project/releases/tag/jetty-12.1.11
- Bump AWS to 2.47.3, Google to 26.85.0, Couchbase to 3.12.1
Signed-off-by: David Handermann <[email protected]>
---
nifi-extension-bom/pom.xml | 4 ++--
.../nifi-couchbase-bundle/nifi-couchbase-standard-services/pom.xml | 2 +-
nifi-extension-bundles/nifi-gcp-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-iotdb-bundle/pom.xml | 2 +-
nifi-extension-bundles/nifi-mongodb-bundle/pom.xml | 2 +-
.../nifi-registry-bundle/nifi-registry-service/pom.xml | 2 +-
nifi-extension-bundles/nifi-standard-bundle/pom.xml | 2 +-
nifi-registry/nifi-registry-core/nifi-registry-jetty/pom.xml | 4 ++--
nifi-registry/pom.xml | 4 ++--
pom.xml | 6 +++---
10 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/nifi-extension-bom/pom.xml b/nifi-extension-bom/pom.xml
index 7db02c656c2..b680d9abf76 100644
--- a/nifi-extension-bom/pom.xml
+++ b/nifi-extension-bom/pom.xml
@@ -224,13 +224,13 @@
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>mortbay-apache-jsp</artifactId>
- <version>11.0.22</version>
+ <version>11.0.23</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>mortbay-apache-el</artifactId>
- <version>11.0.22</version>
+ <version>11.0.23</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git
a/nifi-extension-bundles/nifi-couchbase-bundle/nifi-couchbase-standard-services/pom.xml
b/nifi-extension-bundles/nifi-couchbase-bundle/nifi-couchbase-standard-services/pom.xml
index d3125f07e7f..64fb42c02a9 100644
---
a/nifi-extension-bundles/nifi-couchbase-bundle/nifi-couchbase-standard-services/pom.xml
+++
b/nifi-extension-bundles/nifi-couchbase-bundle/nifi-couchbase-standard-services/pom.xml
@@ -27,7 +27,7 @@
<packaging>jar</packaging>
<properties>
- <couchbase.version>3.12.0</couchbase.version>
+ <couchbase.version>3.12.1</couchbase.version>
</properties>
<dependencies>
diff --git a/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
b/nifi-extension-bundles/nifi-gcp-bundle/pom.xml
index 58f423fbe61..d9991e649e8 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.84.0</google.libraries.version>
+ <google.libraries.version>26.85.0</google.libraries.version>
</properties>
<dependencyManagement>
diff --git a/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
b/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
index bb02123f16d..56135f5c4f5 100644
--- a/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-iotdb-bundle/pom.xml
@@ -30,7 +30,7 @@
</modules>
<properties>
- <iotdb.sdk.version>2.0.8</iotdb.sdk.version>
+ <iotdb.sdk.version>2.0.10</iotdb.sdk.version>
</properties>
</project>
diff --git a/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
b/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
index d3605d99750..7461bc868b0 100644
--- a/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-mongodb-bundle/pom.xml
@@ -34,6 +34,6 @@
</modules>
<properties>
- <mongo.driver.version>5.8.0</mongo.driver.version>
+ <mongo.driver.version>5.9.0</mongo.driver.version>
</properties>
</project>
diff --git
a/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
b/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
index bea4e9ed8f0..bf072a29b18 100644
--- a/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
+++ b/nifi-extension-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
@@ -56,7 +56,7 @@ language governing permissions and limitations under the
License. -->
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index a411c24f514..a58a14980bb 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -214,7 +214,7 @@
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
- <version>2.0.3</version>
+ <version>2.0.4</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-jetty/pom.xml
b/nifi-registry/nifi-registry-core/nifi-registry-jetty/pom.xml
index ec89e8afe94..5701a04dfbe 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-jetty/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-jetty/pom.xml
@@ -101,13 +101,13 @@
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>mortbay-apache-jsp</artifactId>
- <version>11.0.22</version>
+ <version>11.0.23</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>mortbay-apache-el</artifactId>
- <version>11.0.22</version>
+ <version>11.0.23</version>
<scope>compile</scope>
<exclusions>
<exclusion>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 87a9a1ed65c..9d214bb1735 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -118,13 +118,13 @@
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>mortbay-apache-jsp</artifactId>
- <version>11.0.22</version>
+ <version>11.0.23</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>mortbay-apache-el</artifactId>
- <version>11.0.22</version>
+ <version>11.0.23</version>
<scope>compile</scope>
<exclusions>
<exclusion>
diff --git a/pom.xml b/pom.xml
index f3f5ddd0131..cbb66e0b676 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
<nifi.nar.maven.plugin.version>2.3.0</nifi.nar.maven.plugin.version>
<!-- CSPs SDK -->
- <software.amazon.awssdk.version>2.47.0</software.amazon.awssdk.version>
+ <software.amazon.awssdk.version>2.47.3</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>4.0.1</software.amazon.encryption.s3.version>
<azure.sdk.bom.version>1.3.7</azure.sdk.bom.version> <!-- when
changing this version, also update msal4j to the version that is required by
azure-identity -->
@@ -157,7 +157,7 @@
<com.jayway.jsonpath.version>3.0.0</com.jayway.jsonpath.version>
<gson.version>2.14.0</gson.version>
<jackson.annotations.version>2.22</jackson.annotations.version>
- <jackson.bom.version>2.22.0</jackson.bom.version>
+ <jackson.bom.version>2.22.1</jackson.bom.version>
<jackson3.bom.version>3.2.0</jackson3.bom.version>
<json.smart.version>2.6.0</json.smart.version>
<snakeyaml.version>2.6</snakeyaml.version>
@@ -199,7 +199,7 @@
<jakarta.activation-api.version>2.1.4</jakarta.activation-api.version>
<jaxb.runtime.version>4.0.9</jaxb.runtime.version>
<jersey.bom.version>4.0.2</jersey.bom.version>
- <jetty.version>12.1.10</jetty.version>
+ <jetty.version>12.1.11</jetty.version>
<servlet-api.version>6.1.0</servlet-api.version>
<spring.security.version>7.1.0</spring.security.version>
<spring.version>7.0.8</spring.version>