Bump junit-jupiter from 5.7.0 to 5.7.1 (#133)

Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.7.0 to 5.7.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.0...r5.7.1)

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 a0e0a08..076948a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
     <dependency>

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

       <artifactId>junit-jupiter</artifactId>

-      <version>5.7.0</version>

+      <version>5.7.1</version>

       <scope>test</scope>

     </dependency>

     <dependency>