This is an automated email from the ASF dual-hosted git repository.

mthomsen 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 1befa0630e NIFI-10479 Update junit-bom to 5.9.0
1befa0630e is described below

commit 1befa0630ea94ac04dff6dcfeb54cb0f90b09c8f
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Sat Sep 10 19:43:56 2022 -0400

    NIFI-10479 Update junit-bom to 5.9.0
    
    This closes #6398
    
    Signed-off-by: Mike Thomsen <mthom...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 78871c765b..4c704c313b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -275,7 +275,7 @@
             <dependency>
                 <groupId>org.junit</groupId>
                 <artifactId>junit-bom</artifactId>
-                <version>5.8.2</version>
+                <version>5.9.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

Reply via email to