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 d043d25f560 NIFI-15333 Bump Spring to 6.2.15, Mockito to 5.21.0,
Logback to 1.5.22, and others (#10635)
d043d25f560 is described below
commit d043d25f56033e18c88edb9e1cf17159972626f6
Author: Pierre Villard <[email protected]>
AuthorDate: Thu Dec 11 22:49:02 2025 +0100
NIFI-15333 Bump Spring to 6.2.15, Mockito to 5.21.0, Logback to 1.5.22, and
others (#10635)
- Reactor Netty HTTP from 1.3.0 to 1.3.1 -
https://github.com/reactor/reactor-netty/releases/tag/v1.3.1
- Clojure from 1.12.3 to 1.12.4 -
https://clojure.org/releases/devchangelog#v1.12.4
- Spring LDAP core from 3.3.4 to 3.3.5 -
https://github.com/spring-projects/spring-ldap/releases/tag/3.3.5
- AWS SDK BOM from 2.40.4 to 2.40.6 -
https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- Logback from 1.5.21 to 1.5.22 -
https://github.com/qos-ch/logback/releases/tag/v_1.5.22
- Spring from 6.2.14 to 6.2.15 -
https://github.com/spring-projects/spring-framework/releases/tag/v6.2.15
- Mockito from 5.20.0 to 5.21.0 -
https://github.com/mockito/mockito/releases/tag/v5.21.0
Signed-off-by: David Handermann <[email protected]>
---
nifi-code-coverage/pom.xml | 2 +-
nifi-extension-bundles/nifi-azure-bundle/pom.xml | 2 +-
.../nifi-scripting-bundle/nifi-scripting-processors/pom.xml | 2 +-
nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml | 2 +-
pom.xml | 8 ++++----
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/nifi-code-coverage/pom.xml b/nifi-code-coverage/pom.xml
index f73282a8ad9..20f494831b6 100644
--- a/nifi-code-coverage/pom.xml
+++ b/nifi-code-coverage/pom.xml
@@ -88,7 +88,7 @@
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
- <version>1.3.0</version>
+ <version>1.3.1</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
diff --git a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
index 67d144b44b1..1d619501089 100644
--- a/nifi-extension-bundles/nifi-azure-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-azure-bundle/pom.xml
@@ -78,7 +78,7 @@
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
- <version>1.3.0</version>
+ <version>1.3.1</version>
<exclusions>
<!-- Prevent Reactor Netty 1.3 from loading HTTP/3 QUIC
classes -->
<exclusion>
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 b09107173d8..32607aee3e7 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.3</version>
+ <version>1.12.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
index 1251b205614..3c51f81341b 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-framework/pom.xml
@@ -244,7 +244,7 @@
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
- <version>3.3.4</version>
+ <version>3.3.5</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
diff --git a/pom.xml b/pom.xml
index 83412e03447..5d68c0d7c6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
<nifi.nar.maven.plugin.version>2.2.0</nifi.nar.maven.plugin.version>
<!-- CSPs SDK -->
- <software.amazon.awssdk.version>2.40.4</software.amazon.awssdk.version>
+ <software.amazon.awssdk.version>2.40.6</software.amazon.awssdk.version>
<software.amazon.encryption.s3.version>3.5.0</software.amazon.encryption.s3.version>
<azure.sdk.bom.version>1.3.3</azure.sdk.bom.version> <!-- when
changing this version, also update msal4j to the version that is required by
azure-identity -->
@@ -164,7 +164,7 @@
<!-- Logging and observability -->
<log4j2.version>2.25.2</log4j2.version>
- <logback.version>1.5.21</logback.version>
+ <logback.version>1.5.22</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>
@@ -197,12 +197,12 @@
<jetty.version>12.1.5</jetty.version>
<servlet-api.version>6.1.0</servlet-api.version>
<spring.security.version>6.5.7</spring.security.version>
- <spring.version>6.2.14</spring.version>
+ <spring.version>6.2.15</spring.version>
<swagger.annotations.version>2.2.41</swagger.annotations.version>
<!-- Testing and quality -->
<junit.version>6.0.1</junit.version>
- <mockito.version>5.20.0</mockito.version>
+ <mockito.version>5.21.0</mockito.version>
<pmd.version>7.19.0</pmd.version>
<checkstyle.version>12.2.0</checkstyle.version>
<testcontainers.version>2.0.2</testcontainers.version>