NIFI-11851 Upgraded JUnit from 5.9.3 to 5.10.0

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7519.
This commit is contained in:
exceptionfactory 2023-07-24 09:55:16 -05:00 committed by Pierre Villard
parent f4a706710e
commit 3103c9def9
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 1 additions and 1 deletions

View File

@ -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>