Author: ggregory
Date: Sat Dec 16 00:34:34 2017
New Revision: 1818358

URL: http://svn.apache.org/viewvc?rev=1818358&view=rev
Log:
[CONFIGURATION-678] Update Apache Commons Codec from 1.10 to 1.11.

Modified:
    commons/proper/configuration/trunk/pom.xml
    commons/proper/configuration/trunk/src/changes/changes.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1818358&r1=1818357&r2=1818358&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sat Dec 16 00:34:34 2017
@@ -283,7 +283,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.10</version>
+      <version>1.11</version>
       <optional>true</optional>
     </dependency>
 
@@ -785,7 +785,7 @@
        <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>3.0.1</version>
+        <version>3.0.4</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>

Modified: commons/proper/configuration/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1818358&r1=1818357&r2=1818358&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sat Dec 16 
00:34:34 2017
@@ -30,6 +30,9 @@
       <action dev="oheger" type="update" issue="CONFIGURATION-675">
         Added a .gitignore file to the project.
       </action>
+      <action dev="ggregory" type="update" issue="CONFIGURATION-678">
+        Update Apache Commons Codec from 1.10 to 1.11.
+      </action>
     </release>
 
     <release version="2.2" date="2017-10-12"


Reply via email to