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-text.git
commit 8812ac5c4d426eeaf6f9858285f20a45560c201f Author: Gary Gregory <[email protected]> AuthorDate: Sun May 15 18:52:23 2022 -0400 Add commment. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 4e41a8a6..126c4819 100644 --- a/pom.xml +++ b/pom.xml @@ -59,6 +59,7 @@ <commons.jacoco.version>0.8.8</commons.jacoco.version> <commons.javadoc.version>3.4.0</commons.javadoc.version> + <!-- 22.1.0 requires Java 11 --> <graalvm.version>22.0.0.2</graalvm.version> <commons.rng.version>1.4</commons.rng.version>
