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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Change-Id: Icffeef8741743b2016211e682ef2b40df40b8bb7
diff --git a/pom.xml b/pom.xml
index 77435b0..503a086 100644
--- a/pom.xml
+++ b/pom.xml
@@ -289,7 +289,7 @@
       <plugin>
 	<groupId>org.apache.maven.plugins</groupId>
 	<artifactId>maven-surefire-plugin</artifactId>
-	<version>3.2.5</version>
+	<version>3.3.0</version>
 	<configuration>
           <useSystemClassLoader>false</useSystemClassLoader>
           <argLine>-Xmx512m</argLine>