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 2023/02/04 20:01:11 UTC

[commons-configuration] branch master updated: Match description to POM

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 ad6ed996 Match description to POM
ad6ed996 is described below

commit ad6ed996db6aa15f0ba8915b30c171b812589f70
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Feb 4 15:01:06 2023 -0500

    Match description to POM
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 22ee6b0f..a4b635e4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
     <release version="2.9.0" date="TBD" description="Minor release with new features and updated dependencies.">
       <!-- FIX -->
       <action issue="CONFIGURATION-815" type="fix" dev="ggregory" due-to="Gary Gregory">
-        Replace optional Apache Log4j 1.2.17 with 2.18.0.
+        Replace optional Apache Log4j 1.2.17 with 2.19.0.
       </action>
       <action issue="CONFIGURATION-799" type="fix" dev="ggregory" due-to="Jarek Sacha, Gary Gregory">
         CombinedConfiguration#getKeys() can throw NoSuchElementException.