NIFI-11494 Upgraded JUnit from 5.9.2 to 5.9.3

This closes #7202

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Pierre Villard 2023-04-28 14:47:37 +03:00 committed by exceptionfactory
parent d9f49bca14
commit d85b2925c5
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.9.2</version>
<version>5.9.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>