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
commit 21af9b0e0c5334a573c100c6e74d5ff9b7de7626 Author: Gary Gregory <[email protected]> AuthorDate: Wed Apr 29 07:58:52 2026 -0400 Bump graalvm.version from 25.0.2 to 25.0.3 on Java 17 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 6b5d4a0..7a88368 100644 --- a/pom.xml +++ b/pom.xml @@ -259,7 +259,7 @@ <jdk>[17,)</jdk> </activation> <properties> - <graalvm.version>25.0.2</graalvm.version> + <graalvm.version>25.0.3</graalvm.version> </properties> <dependencies> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 023fad9..714d4e2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -34,6 +34,7 @@ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.codehaus.mojo:jdepend-maven-plugin from 2.1 to 2.2.0 #420 https://github.com/mojohaus/jdepend-maven-plugin/compare/2.1...jdepend-maven-plugin-2.2.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.maven.version from 3.9.12 to 3.9.15 #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> </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 -->
