Bump maven-surefire-plugin from 3.1.0 to 3.1.2 in /full

Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire)
from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.1.0...surefire-3.1.2)

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

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

Closes #621

Change-Id: I8be259fa669044bcc8f320a1b38d0b5846b3c5b3
diff --git a/full/pom.xml b/full/pom.xml
index aa210cd..b748f40 100644
--- a/full/pom.xml
+++ b/full/pom.xml
@@ -206,12 +206,12 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
-				<version>3.1.0</version>
+				<version>3.1.2</version>
 				<dependencies>
                     <dependency>
                         <groupId>org.apache.maven.surefire</groupId>
                         <artifactId>surefire-junit47</artifactId>
-                        <version>3.1.0</version>
+                        <version>3.1.2</version>
                     </dependency>
                 </dependencies>
 				<configuration>