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 c8386a88 Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 #390 c8386a88 is described below commit c8386a8808287ec8577e1e763449fdcdf8940bed Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Sun Mar 24 11:39:36 2024 -0400 Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 #390 --- src/changes/changes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ed98e606..b8060252 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -28,6 +28,8 @@ <action type="fix" dev="ggregory" due-to="Gary Gregory">Fail-fast with a NullPointerException if DataConfiguration.DataConfiguration(Configuration) is called with null.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Fail-fast with a NullPointerException if XMLPropertiesConfiguration.XMLPropertiesConfiguration(Element) is called with null.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Fail-fast with a NullPointerException if a SubsetConfiguration constructor is called with a null Configuration.</action> + <!-- UPDATE --> + <action type="update" dev="ggregory" due-to="Dependabot">Bump commons-logging:commons-logging from 1.3.0 to 1.3.1 #390.</action> </release> <release version="2.10.1" date="2024-03-17" description="Minor release with new features and updated dependencies; requires Java 8 or above."> <!-- FIX -->