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

zhouyuan 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 1562bc27e9 Bump org.apache.maven.plugins:maven-compiler-plugin from 
3.8.1 to 3.15.0 (#12576)
1562bc27e9 is described below

commit 1562bc27e9b1141d1ef633d3dd4f447090443056
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 22 16:03:21 2026 +0100

    Bump org.apache.maven.plugins:maven-compiler-plugin from 3.8.1 to 3.15.0 
(#12576)
    
    Bumps 
[org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin)
 from 3.8.1 to 3.15.0.
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - 
[Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-compiler-plugin
      dependency-version: 3.15.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml                          | 2 +-
 tools/qualification-tool/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e4c4abf050..e5f43a564e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
     <!-- plugin version-->
     
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
     <scala.compiler.version>4.9.2</scala.compiler.version>
-    <maven.compiler.plugin>3.14.1</maven.compiler.plugin>
+    <maven.compiler.plugin>3.15.0</maven.compiler.plugin>
     <maven.jar.plugin>3.2.2</maven.jar.plugin>
     <scalastyle.version>1.0.0</scalastyle.version>
     <scalatest-maven-plugin.version>2.2.0</scalatest-maven-plugin.version>
diff --git a/tools/qualification-tool/pom.xml b/tools/qualification-tool/pom.xml
index cca4a1e438..528ea351c5 100644
--- a/tools/qualification-tool/pom.xml
+++ b/tools/qualification-tool/pom.xml
@@ -97,7 +97,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.8.1</version>
+        <version>3.15.0</version>
         <executions>
           <execution>
             <id>default-compile</id>


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

Reply via email to