Bump junit-jupiter from 5.6.1 to 5.6.2 (#84)

Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.6.1 to 5.6.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.6.1...r5.6.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/pom.xml b/pom.xml
index 8e010a4..0a549ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
     <dependency>

       <groupId>org.junit.jupiter</groupId>

       <artifactId>junit-jupiter</artifactId>

-      <version>5.6.1</version>

+      <version>5.6.2</version>

       <scope>test</scope>

     </dependency>

     <dependency>