NIFI-9396 - MiNiFi - bump junit to 4.13.2

This closes #5538

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Pierre Villard 2021-11-19 13:04:27 +01:00 committed by exceptionfactory
parent 848a22eb29
commit 1724cb0d3b
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ limitations under the License.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>