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
The following commit(s) were added to refs/heads/master by this push: new bb5524cc Bump tests on Java >= 22 org.graalvm.*:* from 24.0.0 to 24.0.1 bb5524cc is described below commit bb5524ccea3c05c4b80ecf983f00c2d676501190 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Apr 18 16:24:56 2024 -0400 Bump tests on Java >= 22 org.graalvm.*:* from 24.0.0 to 24.0.1 --- pom.xml | 2 +- src/changes/changes.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 12a371fa..0f77d895 100644 --- a/pom.xml +++ b/pom.xml @@ -514,7 +514,7 @@ <jdk>[22,)</jdk> </activation> <properties> - <graalvm.version>24.0.0</graalvm.version> + <graalvm.version>24.0.1</graalvm.version> <commons.mockito.version>5.2.0</commons.mockito.version> </properties> <build> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 762709ef..4b8da4b4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,6 +49,8 @@ The <action> type attribute can be add,update,fix,remove. <!-- FIX --> <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix build on Java 22.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix build on Java 23-ea.</action> + <!-- UPDATE --> + <action type="udpate" dev="ggregory" due-to="Gary Gregory">Bump tests on Java >= 22 org.graalvm.*:* from 24.0.0 to 24.0.1.</action> </release> <release version="1.12.0" date="2024-04-13" description="Release 1.12.0. Requires Java 8 or above."> <!-- ADD -->