You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/05 14:57:03 UTC

[commons-configuration] branch master updated: Document dependency update.

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


The following commit(s) were added to refs/heads/master by this push:
     new 591b4dd  Document dependency update.
591b4dd is described below

commit 591b4dd0d0e1f56f5e77ef5df1fb9b81a58944f8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 5 10:56:52 2020 -0400

    Document dependency update.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6530b84..3db745a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,6 +65,9 @@
        <action type="update" dev="ggregory" due-to="Gary Gregory">
          Update commons-text from 1.8 to 1.9.
        </action>
+       <action type="update" dev="ggregory" due-to="Gary Gregory">
+         Update servlet-api from 2.4 to 2.5 #58.
+       </action>
     </release>
     <release version="2.7" date="2020-03-07"
              description="Minor release with new features and updated dependencies.">