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 c94f0d7a5 [KYUUBI #6364] Bump scala-maven-plugin from 4.8.0 to 4.9.2
c94f0d7a5 is described below

commit c94f0d7a5413c419bf5f34335d4fe60b39fd21dd
Author: Bowen Liang <[email protected]>
AuthorDate: Tue Jul 30 13:29:42 2024 +0800

    [KYUUBI #6364] Bump scala-maven-plugin from 4.8.0 to 4.9.2
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    This pull request fixes #
    
    ## Describe Your Solution ๐Ÿ”ง
    
    - bump `scala-maven-plugin` from 4.8.0 to 4.9.2, with `zinc` bumped from 
1.8.0(Nov 11, 2022) to 1.10.0(May 6, 2024)
    
    ## 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 ๐Ÿ“
    
    - [ ] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #6364 from bowenliang123/scala-maven-490.
    
    Closes #6364
    
    554379702 [Bowen Liang] bump scala-maven-plugin to 4.9.2
    
    Authored-by: Bowen Liang <[email protected]>
    Signed-off-by: Bowen Liang <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9789d3073..aea5fa14e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,7 +231,7 @@
         
<maven.plugin.enforcer.mojo.rules.version>1.8.0</maven.plugin.enforcer.mojo.rules.version>
         <maven.plugin.flatten.version>1.6.0</maven.plugin.flatten.version>
         <maven.plugin.frontend.version>1.12.1</maven.plugin.frontend.version>
-        <maven.plugin.scala.version>4.8.0</maven.plugin.scala.version>
+        <maven.plugin.scala.version>4.9.2</maven.plugin.scala.version>
         <maven.plugin.scalatest.version>2.2.0</maven.plugin.scalatest.version>
         
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow</maven.plugin.scalatest.exclude.tags>
         
<maven.plugin.scalatest.include.tags></maven.plugin.scalatest.include.tags>

Reply via email to