This is an automated email from the ASF dual-hosted git repository.
pvillard 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 3103c9def9 NIFI-11851 Upgraded JUnit from 5.9.3 to 5.10.0
3103c9def9 is described below
commit 3103c9def9396e1e0b74eadb0417dacaa80cc4dc
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 d683d3261f..ed313e513e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -315,7 +315,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>