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

bowenliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new f5d561e09 [KYUUBI #6664] [BUILD] Bump Maven from 3.8.8 to 3.9.9
f5d561e09 is described below

commit f5d561e095e6c221ac7740c859184abb965a3170
Author: Bowen Liang <liangbo...@gf.com.cn>
AuthorDate: Wed Sep 4 22:50:53 2024 +0800

    [KYUUBI #6664] [BUILD] Bump Maven from 3.8.8 to 3.9.9
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    This pull request fixes #
    
    ## Describe Your Solution ๐Ÿ”ง
    
    - bump Maven from 3.8.x to 3.9.x
    - Maven 3.9 release notes:
      - 3.9.0: https://maven.apache.org/docs/3.9.0/release-notes.html
      - 3.9.9: https://maven.apache.org/docs/3.9.9/release-notes.html
    
    ## Types of changes :bookmark:
    
    - [ ] Bugfix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
    
    ## Test Plan ๐Ÿงช
    
    #### Behavior Without This Pull Request :coffin:
    
    #### Behavior With This Pull Request :tada:
    
    #### Related Unit Tests
    
    ---
    
    # Checklist ๐Ÿ“
    
    - [x] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #6664 from bowenliang123/maven39.
    
    Closes #6664
    
    074b7ba00 [Bowen Liang] bump maven to 3.9
    
    Authored-by: Bowen Liang <liangbo...@gf.com.cn>
    Signed-off-by: Bowen Liang <liangbo...@gf.com.cn>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eff21d1be..6f3a591c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
 
     <properties>
         <java.version>1.8</java.version>
-        <maven.version>3.8.8</maven.version>
+        <maven.version>3.9.9</maven.version>
         <maven.compiler.source>${java.version}</maven.compiler.source>
         <maven.compiler.target>${java.version}</maven.compiler.target>
         <scala.version>2.12.18</scala.version>

Reply via email to