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

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


The following commit(s) were added to refs/heads/master by this push:
     new f7d2fd92dfa build(deps): bump 
org.apache.maven.plugins:maven-compiler-plugin (#20138)
f7d2fd92dfa is described below

commit f7d2fd92dfa899fc0e94dc0ddf04cef304f37569
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 26 09:48:39 2026 +0800

    build(deps): bump org.apache.maven.plugins:maven-compiler-plugin (#20138)
    
    Bumps 
[org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin)
 from 3.14.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.14.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>
---
 benchmarks/pom.xml | 2 +-
 pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml
index a6d55b8b084..a8ce60c7185 100644
--- a/benchmarks/pom.xml
+++ b/benchmarks/pom.xml
@@ -258,7 +258,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.14.1</version>
+        <version>3.15.0</version>
         <inherited>true</inherited>
         <configuration>
           <release>${maven.compiler.release}</release>
diff --git a/pom.xml b/pom.xml
index eb0e12c830e..996cd1ec971 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2123,7 +2123,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.14.1</version>
+                    <version>3.15.0</version>
                     <inherited>true</inherited>
                     <configuration>
                         <release>${maven.compiler.release}</release>


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

Reply via email to