update commons-lang3 to get bugfix for LANG-1384
diff --git a/pom.xml b/pom.xml
index e5f2f36..e989d48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -289,7 +289,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
-            <version>3.0</version>
+            <version>3.8</version>
             <scope>provided</scope>
         </dependency>