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

Bumps [commons-validator:commons-validator](https://github.com/apache/commons-validator) from 1.10.1 to 1.11.0.
- [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.1...rel/commons-validator-1.11.0)

---
updated-dependencies:
- dependency-name: commons-validator:commons-validator
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Closes #1010

Change-Id: Ib231d548d00ab02291c41ff9db9eff82e4a62cc3
diff --git a/pom.xml b/pom.xml
index 0e0a2e1..7dc6d56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -650,7 +650,7 @@
 		<dependency>
 			<groupId>commons-validator</groupId>
 			<artifactId>commons-validator</artifactId>
-			<version>1.10.1</version>
+			<version>1.11.0</version>
 			<exclusions>
 				<exclusion>
 					<groupId>commons-logging</groupId>