This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new bf3108c  Update tests from org.apache.commons:commons-lang3 3.10 to 
3.11.
bf3108c is described below

commit bf3108c1fa0831cb86dc263f5391c3708475c714
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jul 16 13:30:35 2020 -0400

    Update tests from org.apache.commons:commons-lang3 3.10 to 3.11.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c3b2c41..f5f0ce6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -257,7 +257,7 @@ file comparators, endian transformation classes, and much 
more.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.10</version>
+      <version>3.11</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 64a6e9a..dddd9c7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -86,6 +86,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" due-to="Gary Gregory">
         Fix SpotBugs issues in org.apache.commons.io.FileUtils.
       </action>
+      <action dev="ggregory" type="fix" due-to="Gary Gregory">
+        Update tests from org.apache.commons:commons-lang3 3.10 to 3.11.
+      </action>
     </release>
     <!-- The release date is the date RC is cut -->
     <release version="2.7" date="2020-05-24" description="Java 8 required.">

Reply via email to