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 2babd2702b1 NIFI-15949 Bump Apache Maven to 3.9.16, ASM to 9.10, Wire
to 6.4.0 and others (#11259)
2babd2702b1 is described below
commit 2babd2702b13da7d000a778a98860eeaac5ad6c5
Author: Pierre Villard <[email protected]>
AuthorDate: Mon May 18 16:10:45 2026 +0200
NIFI-15949 Bump Apache Maven to 3.9.16, ASM to 9.10, Wire to 6.4.0 and
others (#11259)
- ASM from 9.9.1 to 9.10 - https://asm.ow2.io/versions.html
- Jetty Jasper JSP from 11.0.10.1 to 11.0.22 -
https://github.com/jetty-project/jasper-jsp/releases/tag/jasper-jsp-11.0.22
- Apache Maven from 3.9.15 to 3.9.16 -
https://maven.apache.org/docs/3.9.16/release-notes.html
- Wire from 6.3.0 to 6.4.0 -
https://github.com/square/wire/releases/tag/6.4.0
- AWS SDK BOM from 2.44.5 to 2.44.7 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
Signed-off-by: David Handermann <[email protected]>
---
.mvn/wrapper/maven-wrapper.properties | 2 +-
nifi-extension-bom/pom.xml | 10 +++++-----
.../nifi-elasticsearch-client-service/pom.xml | 2 +-
.../nifi-protobuf-bundle/nifi-protobuf-services/pom.xml | 2 +-
nifi-registry/nifi-registry-core/nifi-registry-jetty/pom.xml | 4 ++--
nifi-registry/pom.xml | 4 ++--
pom.xml | 4 ++--
7 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/.mvn/wrapper/maven-wrapper.properties
b/.mvn/wrapper/maven-wrapper.properties
index b68d07d8e1a..a7983e1d049 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.15/apache-maven-3.9.15-bin.zip
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.16/apache-maven-3.9.16-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.4/maven-wrapper-3.3.4.jar
diff --git a/nifi-extension-bom/pom.xml b/nifi-extension-bom/pom.xml
index 5ba310d4ae0..24281b1dcf2 100644
--- a/nifi-extension-bom/pom.xml
+++ b/nifi-extension-bom/pom.xml
@@ -189,19 +189,19 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
- <version>9.9.1</version>
+ <version>9.10</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
- <version>9.9.1</version>
+ <version>9.10</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
- <version>9.9.1</version>
+ <version>9.10</version>
<scope>provided</scope>
</dependency>
<!-- Jetty EE11 Apache JSP and deps -->
@@ -224,13 +224,13 @@
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>mortbay-apache-jsp</artifactId>
- <version>11.0.10.1</version>
+ <version>11.0.22</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>mortbay-apache-el</artifactId>
- <version>11.0.10.1</version>
+ <version>11.0.22</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git
a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
index 0e721b24bb1..c6fd8dd9786 100644
---
a/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
+++
b/nifi-extension-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
@@ -151,7 +151,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
- <version>3.9.15</version>
+ <version>3.9.16</version>
<scope>test</scope>
</dependency>
</dependencies>
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 99bf3e39d60..4693be3b8bf 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>4.34.1</protobuf.version>
- <wire.version>6.3.0</wire.version>
+ <wire.version>6.4.0</wire.version>
</properties>
<dependencies>
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 20c38c1337a..4f786bf11f4 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.10.1</version>
+ <version>11.0.22</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>mortbay-apache-el</artifactId>
- <version>11.0.10.1</version>
+ <version>11.0.22</version>
<scope>compile</scope>
<exclusions>
<exclusion>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index 1f814492809..46350632ac6 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.10.1</version>
+ <version>11.0.22</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>mortbay-apache-el</artifactId>
- <version>11.0.10.1</version>
+ <version>11.0.22</version>
<scope>compile</scope>
<exclusions>
<exclusion>
diff --git a/pom.xml b/pom.xml
index 11cdd63910a..64bcb1e510f 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.44.5</software.amazon.awssdk.version>
+ <software.amazon.awssdk.version>2.44.7</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>4.0.1</software.amazon.encryption.s3.version>
<azure.sdk.bom.version>1.3.6</azure.sdk.bom.version> <!-- when
changing this version, also update msal4j to the version that is required by
azure-identity -->
@@ -913,7 +913,7 @@
</plugins>
</requireSameVersions>
<requireMavenVersion>
- <version>3.9.15</version>
+ <version>3.9.16</version>
</requireMavenVersion>
<requireReleaseDeps>
<message>Dependencies outside of Apache
NiFi must not use SNAPSHOT versions</message>