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-build-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new efee1c1 Bump graalvm.version from 25.1.3 to 25.3.4.1 on Java 25 and up
efee1c1 is described below
commit efee1c148b793014100ce5baf1c0e8981b02efe1
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Sep 4 08:08:40 2026 -0400
Bump graalvm.version from 25.1.3 to 25.3.4.1 on Java 25 and up
---
pom.xml | 6 +++---
src/changes/changes.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8dca2d6..f4245f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -254,12 +254,12 @@
</dependencies>
</profile>
<profile>
- <id>java-17-plus</id>
+ <id>java-25-plus</id>
<activation>
- <jdk>[17,)</jdk>
+ <jdk>[25,)</jdk>
</activation>
<properties>
- <graalvm.version>25.1.3</graalvm.version>
+ <graalvm.version>25.3.4.1</graalvm.version>
</properties>
<dependencies>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d81d904..98ba257 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -35,7 +35,7 @@
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons.maven.version from 3.9.12 to 3.9.156 #418
https://github.com/apache/maven/compare/maven-3.9.12...maven-3.9.14.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.ant:ant-launcher from 1.10.15 to 1.10.17.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
graalvm.version from 25.0.2 to 25.0.3 on Java 17 and up.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump graalvm.version from 25.0.3 to 25.1.3 (#424).</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump graalvm.version from 25.0.3 to 25.3.4.1 on Java 25 and up
(#424).</action>
</release>
<release version="1.16.1" date="2026-01-25" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->