Update junit-jupiter dependency from v.5.8.1 to v5.8.2

This commit is contained in:
Christian Koop 2022-04-15 18:34:54 +02:00
parent d1fafd301d
commit 5debcf20f9
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

View File

@ -179,7 +179,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.8.1</version>
<version>5.8.2</version>
<scope>test</scope>
</dependency>