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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b2690e  Update tests from Apache Commons Lang 3.10 to 3.11.
1b2690e is described below

commit 1b2690e280cd766c300274af6cfc2ffed7b57742
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jul 16 12:36:15 2020 -0400

    Update tests from Apache Commons Lang 3.10 to 3.11.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 045b72c..071676f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -486,7 +486,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.10</version>
+      <version>3.11</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f2a786a..8256cd6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -145,7 +145,7 @@
       Let org.apache.commons.collections4.properties.[Sorted]PropertiesFactory 
accept XML input.
     </action>
     <action type="update" dev="ggregory" due-to="Gary Gregory">
-      Update tests from Apache Commons Lang 3.9 to 3.10.
+      Update tests from Apache Commons Lang 3.9 to 3.11.
     </action>
     <action dev="ggregory" type="update" due-to="Chen">
       Fixed the typo and deal the NPE with Objects.requireNonNull #118.

Reply via email to