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

philo-he pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 01bae2b4c8 [BUILD] Upgrade Maven to 3.9.16 (#12059)
01bae2b4c8 is described below

commit 01bae2b4c823b40e9462da03cea0e4b28dd0505a
Author: Yao-MR <[email protected]>
AuthorDate: Tue May 26 12:54:01 2026 +0800

    [BUILD] Upgrade Maven to 3.9.16 (#12059)
---
 dev/vcpkg/setup-build-depends.sh | 2 +-
 pom.xml                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/vcpkg/setup-build-depends.sh b/dev/vcpkg/setup-build-depends.sh
index 6cca372a19..1a5ed49013 100755
--- a/dev/vcpkg/setup-build-depends.sh
+++ b/dev/vcpkg/setup-build-depends.sh
@@ -25,7 +25,7 @@ function semver {
 
 install_maven_from_source() {
     if [ -z "$(which mvn)" ]; then
-        maven_version=3.9.12
+        maven_version=3.9.16
         maven_install_dir=/opt/maven-$maven_version
         if [ -d /opt/maven-$maven_version ]; then
             echo "Failed to install maven: ${maven_install_dir} is exists" >&2
diff --git a/pom.xml b/pom.xml
index bb061c7434..6ab7bcddc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
     <fasterxml.version>2.15.0</fasterxml.version>
     <junit.version>4.13.1</junit.version>
     <!-- Maven version for build/mvn wrapper script -->
-    <maven.version>3.9.12</maven.version>
+    <maven.version>3.9.16</maven.version>
     <junit5.version>5.11.4</junit5.version>
     <flexmark.version>0.62.2</flexmark.version>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to