This is an automated email from the ASF dual-hosted git repository.

garydgregory 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 eb041408 [test] Bump graalvm.version from 25.0.2 to 25.0.2 on Java 22 
and up.
eb041408 is described below

commit eb04140887f171c8b42a1adbff0cd2b703fab7ff
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 1 07:33:36 2026 -0400

    [test] Bump graalvm.version from 25.0.2 to 25.0.2 on Java 22 and up.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 36a5cdb2..33a3c555 100644
--- a/pom.xml
+++ b/pom.xml
@@ -510,7 +510,7 @@
                <jdk>[22,)</jdk>
          </activation>
       <properties>
-        <graalvm.version>25.0.2</graalvm.version>
+        <graalvm.version>25.0.3</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 54b7fdd4..34adc87c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump graalvm.version from 25.0.1 to 25.0.2 #738.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-io:commons-io from 2.21.0 to 2.22.0.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump 
org.apache.commons:commons-rng-simple from 1.6 to 1.7.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump 
graalvm.version from 25.0.2 to 25.0.2 on Java 22 and up.</action>
     </release>
     <release version="1.15.0" date="2025-12-04" description="Release 1.15.0. 
This is a feature and maintenance release. Java 8 or later is required.">
       <!-- FIX -->

Reply via email to