This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 9584c6247a NIFI-12706 Update reactor-test to 3.5.14
9584c6247a is described below
commit 9584c6247ab8d91c2c1d4424c10f0648bcc1032b
Author: mr1716 <[email protected]>
AuthorDate: Wed Jan 31 08:49:17 2024 -0500
NIFI-12706 Update reactor-test to 3.5.14
Signed-off-by: Pierre Villard <[email protected]>
This closes #8329.
---
nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
index 73df22ec74..69de5cb135 100644
--- a/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
@@ -198,7 +198,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
- <version>3.5.11</version>
+ <version>3.5.14</version>
<scope>test</scope>
</dependency>
</dependencies>