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 130cdc02 Clarifies Java platform requirement 130cdc02 is described below commit 130cdc0251af64d221ad9cbc98daa6bf2f2bb480 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 2 08:20:24 2023 -0400 Clarifies Java platform requirement --- src/site/xdoc/dependencies.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/xdoc/dependencies.xml b/src/site/xdoc/dependencies.xml index 1a997f92..bd554457 100644 --- a/src/site/xdoc/dependencies.xml +++ b/src/site/xdoc/dependencies.xml @@ -26,7 +26,7 @@ <section name="Runtime dependencies for Commons Configuration"> <p> - Commons Configuration requires Java 8 or later. + Commons Configuration requires Java 8 or above. </p> <p> Many dependencies are declared in the Maven POM, all of which