Lock down <reporting> version numbers

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@659627 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index a7b6a93..3ccb3db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -438,7 +438,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>1.1.1</version>
+        <version>1.2</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>
@@ -453,7 +453,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
-        <version>2.1.1</version>
+        <version>2.2</version>
         <configuration>
           <comparisonVersion>2.3</comparisonVersion>
           <minSeverity>info</minSeverity>