Bump commons-validator:commons-validator from 1.10.0 to 1.10.1

Bumps [commons-validator:commons-validator](https://github.com/apache/commons-validator) from 1.10.0 to 1.10.1.
- [Changelog](https://github.com/apache/commons-validator/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-validator/compare/rel/commons-validator-1.10.0...rel/commons-validator-1.10.1)

---
updated-dependencies:
- dependency-name: commons-validator:commons-validator
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Closes #872

Change-Id: If30bde3a6caea3d3866356716529dc6cd5997e2b
diff --git a/pom.xml b/pom.xml
index a4d30dd..04485a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -659,7 +659,7 @@
 		<dependency>
 			<groupId>commons-validator</groupId>
 			<artifactId>commons-validator</artifactId>
-			<version>1.10.0</version>
+			<version>1.10.1</version>
 			<exclusions>
 				<exclusion>
 					<groupId>commons-logging</groupId>