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 1e17525ab0d build(deps): bump 
org.apache.maven.plugins:maven-resources-plugin from 3.2.0 to 3.5.0 (#20169)
1e17525ab0d is described below

commit 1e17525ab0d0108740d75738eee3a76fcdc94acd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 28 09:41:39 2026 +0800

    build(deps): bump org.apache.maven.plugins:maven-resources-plugin from 
3.2.0 to 3.5.0 (#20169)
    
    * build(deps): bump org.apache.maven.plugins:maven-resources-plugin
    
    Bumps 
[org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin)
 from 3.2.0 to 3.5.0.
    - [Release notes](https://github.com/apache/maven-resources-plugin/releases)
    - 
[Commits](https://github.com/apache/maven-resources-plugin/compare/maven-resources-plugin-3.2.0...maven-resources-plugin-3.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-resources-plugin
      dependency-version: 3.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * fix(build): pin plexus-utils for resources plugin
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Frank Chen <[email protected]>
---
 benchmarks/pom.xml                          |  2 +-
 extensions-core/protobuf-extensions/pom.xml |  2 +-
 pom.xml                                     | 11 +++++++++++
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml
index a8ce60c7185..e9715a3c252 100644
--- a/benchmarks/pom.xml
+++ b/benchmarks/pom.xml
@@ -338,7 +338,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-resources-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.5.0</version>
         </plugin>
         <plugin>
           <artifactId>maven-site-plugin</artifactId>
diff --git a/extensions-core/protobuf-extensions/pom.xml 
b/extensions-core/protobuf-extensions/pom.xml
index 4a6918347e4..3e8c439266e 100644
--- a/extensions-core/protobuf-extensions/pom.xml
+++ b/extensions-core/protobuf-extensions/pom.xml
@@ -224,7 +224,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
-        <version>3.2.0</version>
+        <version>3.5.0</version>
         <configuration>
           <nonFilteredFileExtensions>
             <nonFilteredFileExtension>desc</nonFilteredFileExtension>
diff --git a/pom.xml b/pom.xml
index 35c07074829..45c976274e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2016,6 +2016,17 @@
         </plugins>
         <pluginManagement>
             <plugins>
+              <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-resources-plugin</artifactId>
+                <dependencies>
+                  <dependency>
+                    <groupId>org.codehaus.plexus</groupId>
+                    <artifactId>plexus-utils</artifactId>
+                    <version>3.6.1</version>
+                  </dependency>
+                </dependencies>
+              </plugin>
               <plugin>
                     <groupId>com.googlecode.fmpp-maven-plugin</groupId>
                     <artifactId>fmpp-maven-plugin</artifactId>


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

Reply via email to