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 51fc0bd7f1 NIFI-11851 Upgraded JUnit from 5.9.3 to 5.10.0
51fc0bd7f1 is described below

commit 51fc0bd7f11c99234d97f00b00746fd270795828
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Jul 24 09:55:16 2023 -0500

    NIFI-11851 Upgraded JUnit from 5.9.3 to 5.10.0
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #7519.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9403d2ff46..7e9344f3fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,7 +308,7 @@
             <dependency>
                 <groupId>org.junit</groupId>
                 <artifactId>junit-bom</artifactId>
-                <version>5.9.3</version>
+                <version>5.10.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

Reply via email to