[DIGESTER-185] Update Apache Commons Logging from 1.1.1 to 1.2.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/digester/trunk@1806224 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/core/pom.xml b/core/pom.xml
index 8b287c5..ecc2e3b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -47,7 +47,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.1.1</version>
+      <version>1.2</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 740b68b..4fabb77 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,9 @@
     <action dev="simonetripodi" type="fix" issue="DIGESTER-161" due-to="Eduard Papa">
       Document thread-safety in javadoc of Rule class
     </action>
+    <action dev="ggregory" type="update" issue="DIGESTER-185">
+      Update Apache Commons Logging from 1.1.1 to 1.2.
+    </action>
   </release>
   <release version="3.2" date="2011-12-13" description="Maintenance release.">
     <action dev="simonetripodi" type="fix" issue="DIGESTER-160">