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 7dde97b1c16 build(deps): bump 
org.apache.maven.plugins:maven-compiler-plugin (#20239)
7dde97b1c16 is described below

commit 7dde97b1c16e21441474a53ff60b9a4f033b7b60
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 4 09:40:36 2026 +0800

    build(deps): bump org.apache.maven.plugins:maven-compiler-plugin (#20239)
    
    Bumps 
[org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin)
 from 3.15.0 to 3.16.0.
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - 
[Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.15.0...maven-compiler-plugin-3.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-compiler-plugin
      dependency-version: 3.16.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 e9715a3c252..b9b9c40e4e4 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.15.0</version>
+        <version>3.16.0</version>
         <inherited>true</inherited>
         <configuration>
           <release>${maven.compiler.release}</release>
diff --git a/pom.xml b/pom.xml
index 1ef888fad6b..10f5f991afe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2159,7 +2159,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.15.0</version>
+                    <version>3.16.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