commons.japicmp.version 0.13.0 -> 0.14.1.
diff --git a/pom.xml b/pom.xml
index 9b31b72..c47dab7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,8 +58,7 @@
 
     <!-- generate report even if there are binary incompatible changes -->
     <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
-    <!-- 0.12.0 dies with a NullPointerException -->
-    <commons.japicmp.version>0.13.0</commons.japicmp.version>
+    <commons.japicmp.version>0.14.1</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
 
     <!-- Commons Release Plugin -->