Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.5.4

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.5.4.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.5.4)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-version: 3.5.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Closes #834

Change-Id: I05913b17c24a34d151280f1b35123dd939a09bfe
diff --git a/pom.xml b/pom.xml
index 5c30564..657d1b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,7 +227,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
-				<version>3.2.5</version>
+				<version>3.5.4</version>
 				<configuration>
 					<reuseForks>true</reuseForks>
 					<forkCount>1</forkCount>