This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch branch-1.10
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/branch-1.10 by this push:
new fa3b032796 [KYUUBI #7196] Bump Maven 3.9.11
fa3b032796 is described below
commit fa3b03279661f4b2da7f4e577cf6328acad255be
Author: Cheng Pan <[email protected]>
AuthorDate: Sat Sep 6 23:56:58 2025 +0800
[KYUUBI #7196] Bump Maven 3.9.11
Keep toolchain up to date
Pass CI.
No
Closes #7196 from pan3793/mvn-3.9.11.
Closes #7196
c9970d8a2 [Cheng Pan] Bump Maven 3.9.11
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4be34716f4..3d21a3ea0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
<properties>
<java.version>8</java.version>
- <maven.version>3.9.10</maven.version>
+ <maven.version>3.9.11</maven.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<scala.version>2.12.19</scala.version>